feat: add setup-go test

This commit is contained in:
lab
2023-11-15 21:55:28 +08:00
parent fb3b248014
commit 3441b00dbf
2 changed files with 59 additions and 0 deletions

7
cmd/helloworld/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}