This is a creation in Article, where the information may have evolved or changed.
In April I gave a presentation to the GDG Berlin Meetup Group (slides, video) discussing my views on reproducible Bui LDS using the Go programming language.
Image Credit, Nate Finch
As part of this presentation I demonstrated a replacement build tool that I had been developing, GB.
From the feedback I received after the meetup it is clear that many people understood and agreed with my reasoning why re Producible builds in Go is a problem today. However it is equally clear that I had do a good enough job of explaining how GB works, and why I felt it was neces Sary to create a alternative build tool to solve the problem of reproducible builds.
With the GO-PM mailing list and the feedback from a group of early adopters of GB, I has put together a WEBSI Te for GB with expanded documentation and examples.
I invite you to the visit Getgb.io to learn more about GB.
Related Posts:
- What does go build build?
- Introducing Autobench-next
- Five suggestions for setting up a Go project
- Introducing profile, Super simple profiling for Go programs