Add canonical import path to main package for those using golang-builder

This commit is contained in:
Jeff Mitchell
2015-11-05 16:44:20 -05:00
parent 21fcac24b7
commit 1ccff77aaf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package main
package main // import "github.com/hashicorp/vault"
import (
"os"

View File

@@ -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.