add test samples
This commit is contained in:
parent
92c3420273
commit
7848a4ae06
3
tests/samples/simple_project2/go.mod
Normal file
3
tests/samples/simple_project2/go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module example.com/simple-project
|
||||
|
||||
go 1.11
|
9
tests/samples/simple_project2/main.go
Normal file
9
tests/samples/simple_project2/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello, world.")
|
||||
}
|
Loading…
Reference in New Issue
Block a user