mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
Add canonical import path to main package for those using golang-builder
This commit is contained in:
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user