From 04527f7dfd04e4e1295e6b7de6cf459dded80f70 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 15 Aug 2016 00:58:15 -0700 Subject: [PATCH] pixiecore: lock import paths to go.universe.tf. --- pixiecore/cli/cli.go | 2 +- pixiecore/pixiecore.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixiecore/cli/cli.go b/pixiecore/cli/cli.go index 02f87ba..fef8ad5 100644 --- a/pixiecore/cli/cli.go +++ b/pixiecore/cli/cli.go @@ -13,7 +13,7 @@ // limitations under the License. // Package cli implements the commandline interface for Pixiecore. -package cli +package cli // import "go.universe.tf/netboot/pixiecore/cli" import ( "fmt" diff --git a/pixiecore/pixiecore.go b/pixiecore/pixiecore.go index 6740a37..9ce1b5f 100644 --- a/pixiecore/pixiecore.go +++ b/pixiecore/pixiecore.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package pixiecore +package pixiecore // import "go.universe.tf/netboot/pixiecore" import ( "bytes"