Showing posts with label golang_build. Show all posts
Showing posts with label golang_build. Show all posts

Oct 26, 2020

[Go] build Go from source / daemon

The builder application (https://github.com/golang/build) is a daemon application for Go build farm.

Build Go itself locally:

$ cd go/src && ./all,bash