github.com/kotovmak/go-admin@v1.1.1/plugins/plugins_test.go (about) 1 package plugins 2 3 import "testing" 4 5 func TestLoadFromPlugin(t *testing.T) { 6 LoadFromPlugin("./example/go_plugin/plugin.so") 7 }