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

12 lines
262 B
Go
Raw Permalink Normal View History

2023-09-01 00:42:38 +03:00
package mypackage
2023-08-31 20:51:52 +03:00
2023-09-01 00:42:38 +03:00
func Info() map[string]interface{} {
2023-08-31 20:51:52 +03:00
return map[string]interface{}{
"name": "tmptest",
"version": "1.0.2",
"support": "any",
"description": "Temporary testing",
"developer": "asandikci@aliberksandikci.com.tr",
}
}