Fixed on tip
ref: https://go.dev/issue/51449

On Saturday, March 12, 2022 at 9:40:04 AM UTC kortschak wrote:

> I was just taking a look at the workspaces tutorial and saw that while
> the doc says that adding the local example module will result in
>
> go 1.18
>
> use (
> ./hello
> ./example
> )
>
> what actually results is
>
> go 1.18
>
> use (
> ./hello
> example
> )
>
> The behaviour is otherwise as expected, but this may confuse some
> readers given that leading dots are important in other paths used by
> the build system.
>
> Should the doc be updated or is the tool's behaviour unexpected here?
>
> thanks
> Dan
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/b041ee79-c97f-428d-8263-9a273fa6f64dn%40googlegroups.com.

Reply via email to