superlint/.automation/test/go/golang_good_01.go
Marco Ferrari fcce194d34 Merge TestCodebase and LintCodebase
Change-Id: I9a044fefe96e400b8e3320842b53fe97af2a7b40
2020-10-17 16:12:55 +02:00

7 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}