mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-07-25 12:06:06 +00:00
param builder component is ready
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) {
|
||||
fmt.Println("test")
|
||||
}
|
||||
Reference in New Issue
Block a user