From 483f4f8b8d8e193fb6d2eb36af12e5417c3ca8e0 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 5 Nov 2015 16:44:20 -0500 Subject: [PATCH] Add canonical import path to main package for those using golang-builder --- main.go | 2 +- main_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 77fcd06a0..6cd34fe36 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -package main +package main // import "github.com/hashicorp/vault" import ( "os" diff --git a/main_test.go b/main_test.go index 6cadb734c..4c4c79a2c 100644 --- a/main_test.go +++ b/main_test.go @@ -1,4 +1,4 @@ -package main +package main // import "github.com/hashicorp/vault" // This file is intentionally empty to force early versions of Go // to test compilation for tests.