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 26572d3798
commit 483f4f8b8d
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 ( import (
"os" "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 // This file is intentionally empty to force early versions of Go
// to test compilation for tests. // to test compilation for tests.