On Sat, Jan 20, 2018 at 3:56 PM, Peng Yu <pengyu...@gmail.com> wrote:
>
> The following example shows that go files cannot be nested in a
> package. Is it so that the go files in a package must be at the root
> level of the package?

Yes, the go tool expects that all files in a single package will be in
the same directory.

Ian

-- 
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