I seem to lack permission to push to git+ssh://[email protected]/git/pkg-go/website.git directly, but here's a fix to the example package filelist
-- Jonathan Dowland Please do not CC me, I am subscribed to the list.
From 9d939d2d71f303316a5ec8ac6bcbea3e11abfb89 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland <[email protected]> Date: Tue, 4 Oct 2016 11:50:06 +0100 Subject: [PATCH] Update example package filelist url Old URL was pointing at a transitional package, point at the real image instead. --- packaging.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging.asciidoc b/packaging.asciidoc index aea20b3..4ddce06 100644 --- a/packaging.asciidoc +++ b/packaging.asciidoc @@ -174,8 +174,8 @@ to `$GOPATH/src`. As an example, for `github.com/lib/pq` (golang-github-lib-pq-dev), one of the files is `/usr/share/gocode/src/github.com/lib/pq/buf.go`. -See http://packages.debian.org/sid/all/golang-pq-dev/filelist for a full -example file list. +See https://packages.debian.org/sid/all/golang-github-lib-pq-dev/filelist +for a full example file list. === Dependencies -- 2.7.4 (Apple Git-66)
signature.asc
Description: Digital signature
_______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
