Here is a simple golang script T1.go:
package main import \"fmt\" func main() { fmt.Println(\"Hello world\") }
run it with go r
go r
Sounds like a bug in the 1.2rc1 version. Try the 1.2rc2 and see if the problem is still there.
1.2rc1
1.2rc2