The Go Paketo Buildpack provides a set of collaborating buildpacks that enable the building of a Go-based application. These buildpacks include:
The buildpack supports building applications that use either the built-in Go
modules feature or
Dep for managing their dependencies. Support
for each of these package managers is mutually-exclusive. There is also
support for applications that do not use a package manager. Usage examples can
be found in the
samples
repository under the go
directory.