Promoting modularization using Go packages

Go has a powerful package implementation that promotes modularization, allowing for far greater code-reuse and maintainability. Also, the Go tool chain includes the go get command, which allows us to easily fetch official and third-party Go packages.

If you're coming from the JavaScript world, think of go get as a more simple, lightweight npm (npm is the Node Package Manager, a repository of third-party JavaScript packages).
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.179.220