import ( "fmt" ) func main() { fmt.Println("Just some go code") }