mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
fix imports
`find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cloudstack
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user