fix go imports
This commit is contained in:
parent
0026792d2f
commit
d4600a7716
|
@ -3,8 +3,6 @@ package common
|
|||
import (
|
||||
"bytes"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isalphanumeric(b byte) bool {
|
||||
|
|
|
@ -3,8 +3,6 @@ package common
|
|||
import (
|
||||
"bytes"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isValidByteValue(b byte) bool {
|
||||
|
|
|
@ -3,8 +3,6 @@ package googlecompute
|
|||
import (
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
packertpl "github.com/hashicorp/packer/common/template"
|
||||
)
|
||||
|
||||
func isalphanumeric(b byte) bool {
|
||||
|
|
Loading…
Reference in New Issue