From e3dcc019ecd6695692ae5db7eba5bdd1cb38805c Mon Sep 17 00:00:00 2001 From: Fazlul Shahriar Date: Tue, 2 Dec 2014 22:22:51 -0500 Subject: [PATCH] README: update import path --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 935efca..b362bd2 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ This tool updates your Go import lines, adding missing ones and removing unreferenced ones. - $ go get code.google.com/p/go.tools/cmd/goimports + $ go get golang.org/x/tools/cmd/goimports Note the new location. This project has moved to the official go.tools repo. Pull requests here will no longer be accepted. @@ -12,6 +12,6 @@ formatting, also fixes imports. See usage and editor integration notes, now moved elsewhere: - http://godoc.org/code.google.com/p/go.tools/cmd/goimports + http://godoc.org/golang.org/x/tools/cmd/goimports Happy hacking!