mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
post-processor/atlas: proper package
This commit is contained in:
parent
f3c1132f23
commit
0ffd184be6
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"math"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
|
|||
Loading…
Reference in a new issue