compiler: add go test command
This commit is contained in:
5
_demo/runtest/foo/foo.go
Normal file
5
_demo/runtest/foo/foo.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
func Foo() int {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user