go-loader-test/plugins/tmptest/info.go

12 lines
262 B
Go

package mypackage
func Info() map[string]interface{} {
return map[string]interface{}{
"name": "tmptest",
"version": "1.0.2",
"support": "any",
"description": "Temporary testing",
"developer": "asandikci@aliberksandikci.com.tr",
}
}