summaryrefslogtreecommitdiff
path: root/net/gcloud-golang-metadata
AgeCommit message (Collapse)AuthorFilesLines
2016-09-10Revbump all Go packages after the Go 1.7.1 update.bsiegert1-2/+2
2016-08-20Revbump packages using Go for Go 1.7 release.bsiegert1-2/+2
2016-02-23Revbump packages that build-depend on Go after 1.6 update.bsiegert1-2/+2
They all build, I checked :)
2016-01-18Revbump all Go packages after the go-1.5.3 security update (hint: staticfhajny1-2/+2
linking).
2015-12-29Real buildlink support for Go, hacked with wiz@.bsiegert1-1/+2
Go packages now define a set of files to buildlink in their buildlink3.mk. go-packages.mk no longer looks in ${PREFIX}/gopkg during the build. This should also fix the spurious issues with rebuilds of .a files during bulk builds of Go packages.
2015-12-27Repair the broken shellcode from the fix for PR pkg/49909.bsiegert1-3/+3
What was I thinking? ok wiz@
2015-09-13Revbump all packages using Go after the Go update.bsiegert1-1/+2
2015-07-25Fix build on NetBSD, PR pkg/49909.bsiegert1-2/+8
It turns out that [^a]* matches all files not beginning with a on Darwin and all files beginning with a on NetBSD. Work around this by crafting a for loop with a case expression.
2015-05-11Add a package for the metadata module that is part of the Google Cloudbsiegert5-0/+60
Platform support for Go. This is needed to break apart a circular dependency.