mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Add canonical import path to main package for those using golang-builder
This commit is contained in:
parent
21fcac24b7
commit
1ccff77aaf
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package main // import "github.com/hashicorp/vault"
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue