This gives me a compilation error:

https://play.golang.org/p/5nSLXw9n82

but this does not: 

https://play.golang.org/p/maaTNOVeqM

I  expected to see no error, and have a valid go program, since there are 
no real initialization dependencies.

This is the output I got:

> tmp/sandbox944533800/main.go:5: initialization loop:
> prog.go:5 x refers to
> prog.go:7 bar refers to
> prog.go:5 x

version, os, arch:

1.8
GOOS=nacl
GOARCH=amd64p32

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to