mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
Add canonical import path to main package for those using golang-builder
This commit is contained in:
parent
21fcac24b7
commit
1ccff77aaf
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…
x
Reference in New Issue
Block a user