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/d760e618722b1549d0fa83df71980c8c5db11e45.camel%40kortschak.io.

Reply via email to