0.125unset
strict
Unknown
the go programming language.
Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software.
.
This snapcraft part allows to build programs written in go.
.
Usage:
Add "after: [go]" to your part written in go. This will use the latest go
from the master branch to compile your program.
.
If you want to specify a go version, also add a go part with the version as
the source-tag value. For example, to use go 1.11.6, use:
reliable, and efficient software.
.
This snapcraft part allows to build programs written in go.
.
Usage:
Add "after: [go]" to your part written in go. This will use the latest go
from the master branch to compile your program.
.
If you want to specify a go version, also add a go part with the version as
the source-tag value. For example, to use go 1.11.6, use:
parts:
my-go-program:
...
after: [go]
go:
source-tag: go1.11.6
Update History
0.1 (25)1 Apr 2026, 21:28 UTC
26 Mar 2019, 14:55 UTC
7 Dec 2020, 21:29 UTC
1 Apr 2026, 21:28 UTC