|
|
Log in / Subscribe / Register

What's coming in Go 1.18

What's coming in Go 1.18

Posted Feb 9, 2022 12:14 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)
Parent article: What's coming in Go 1.18

One other change that is often overlooked in 1.18 announcements is multi-module workspaces: https://go.googlesource.com/proposal/+/master/design/4571...

This _finally_ allows to do sane local development with multiple modules, so that you don't accidentally commit your "replace" directives in "go.mod".


to post comments

What's coming in Go 1.18

Posted Feb 11, 2022 17:09 UTC (Fri) by blancogrande (guest, #125002) [Link]

I'm as excited about workspaces as I am about generics. Anyone using a 'monorepo' style development where multiple applications share libraries within the repo will be happy.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds