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