From 27415cf7bf3f0be8cd0a5e696bfaac6d16cc9cf1 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 3 Nov 2014 17:01:17 +1100 Subject: doc: document go get -f flag in 1.4 release notes LGTM=r, rsc R=r, rsc, adg CC=golang-codereviews https://codereview.appspot.com/168890043 --- doc/go1.4.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/go1.4.html b/doc/go1.4.html index cb2280cb4..3310117a4 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -371,6 +371,15 @@ fails because of this check, the mis-imported package has been copied to the loc and should be removed manually.

+

+To complement this new feature, a check has been added at update time to verify +that the local package's remote repository matches that of its custom import. +The go get -u command will fail to +update a package if its remote repository has changed since it was first +downloaded. +The new -f flag overrides this check. +

+

Further information is in the design document. -- cgit v1.2.1