0.1.7x testin
This commit is contained in:
9
test/main.go
Normal file
9
test/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"myapp/mypackage"
|
||||
)
|
||||
|
||||
func main() {
|
||||
mypackage.PrintHello()
|
||||
}
|
||||
Reference in New Issue
Block a user