Deep dive into Go's build system - Daniel Marti

Deep dive into Go's build system - Daniel Marti

3.217 Lượt nghe
Deep dive into Go's build system - Daniel Marti
Go is well known for having fast builds: it's rather common for a Go developer to get confused if "go build" hasn't finished within ten or twenty seconds. Similarly, it has also gained attention for its approach with dependency management in Modules, whose design doesn't follow other popular languages. In this talk, you will look at what happens when one runs "go build" in a small Go module.