package main func worker() {} func main() { go worker() // ERROR: go keyword not allowed }