Documentation
¶
Overview ¶
Package golang provides a Go builder that downloads toolchains from go.dev.
Import this package for its side effects to register the builder:
import _ "github.com/Highload-fun/builders/golang"
Index ¶
Constants ¶
View Source
const BuilderId = "go"
BuilderId is the identifier used to register and look up this builder.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Golang ¶
type Golang struct {
// contains filtered or unexported fields
}
Golang implements builders.Builder for the Go programming language.
Click to show internal directories.
Click to hide internal directories.