On Sun, 19 Aug 2018 16:13:00 -0700 (PDT)
Dave Cheney <
da...@cheney.net> wrote:
> Point of clarification, the package name doesn’t contain a dot, that
> is not permitted by the syntax of the package declaration. The name
> of the directory you placed the file in ends in .go and this is
> confusing the tool.
>
Sorry, I write a misleading words in previous message. I wrote
"package name" where it should be "directory name".
> If this is a regression from an earlier version of Go, please raise
> an issue.
>
There is no problem when tested with Go v1.10.3. I will report it
later, thank you for checking this.