Simple golang program doesn't run

前端 未结 2 481
一生所求
一生所求 2021-01-13 23:50

Here is a simple golang script T1.go:

package main

import \"fmt\"

func main() {
    fmt.Println(\"Hello world\")
}

run it with go r

2条回答
  •  感情败类
    2021-01-14 00:23

    Sounds like a bug in the 1.2rc1 version. Try the 1.2rc2 and see if the problem is still there.

提交回复
热议问题