basic tests for alpine go and yarn
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
3
tests/stdlib/go/testdata/go.mod
vendored
Normal file
3
tests/stdlib/go/testdata/go.mod
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module main
|
||||
|
||||
go 1.14
|
7
tests/stdlib/go/testdata/main.go
vendored
Normal file
7
tests/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