Migrate integration test for universe/go
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
committed by
Solomon Hykes
parent
9f3307b26b
commit
a4e31949a3
3
stdlib/go/testdata/go.mod
vendored
Normal file
3
stdlib/go/testdata/go.mod
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module main
|
||||
|
||||
go 1.14
|
7
stdlib/go/testdata/main.go
vendored
Normal file
7
stdlib/go/testdata/main.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello world")
|
||||
}
|
Reference in New Issue
Block a user