📦

go-snapcraft-part

By Ian Johnson

View on Snapcraft.io
Version0.1
Revision25
Licenseunset
Confinementstrict
BaseUnknown

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:
 parts:
   my-go-program:
     ...
     after: [go]
   go:
     source-tag: go1.11.6

Update History

0.1 (25)
1 Apr 2026, 21:28 UTC

Published26 Mar 2019, 14:55 UTC

Last updated7 Dec 2020, 21:29 UTC

First seen1 Apr 2026, 21:28 UTC