mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 22:21:30 +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 (
|
import (
|
||||||
"os"
|
"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
|
// This file is intentionally empty to force early versions of Go
|
||||||
// to test compilation for tests.
|
// to test compilation for tests.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user