doc/go1.18.html | 4 +++- diff --git a/doc/go1.18.html b/doc/go1.18.html index fb9e685c69695ab744e74e9fbfab25d4b7920329..7db56a46de2e607a7e520a4fcf12feccdc39efe0 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -312,7 +312,9 @@ flag, it will put the go command into workspace mode. In workspace mode, the go.work file will be used to determine the set of main modules used as the roots for module resolution, instead of using the normally-found go.mod - file to specify the single main module. + file to specify the single main module. For more information see the + go work + documentation.