Different Homebrew formula approaches (for `go` binaries)

from blog Alex W.'s Blog, | ↗ original
homebrew-core requires binaries to be compiled from source, you can’t just download an asset from GitHub Releases and then use the bin.install command to setup the binary. If you’d prefer to use the pre-compiled you can’t introduce your tool into homebrew-core, ie. it won’t be installable with brew install toolname. Instead you can create a tap...