Skip to content

Commit

Permalink
Fix imports according to goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardecook committed Sep 11, 2019
1 parent 701cf9d commit cbc82fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ package environment

import (
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"net"
"net/url"

"github.com/hashicorp/go-version"
"gopkg.in/yaml.v2"
)

type OpsManager struct {
Expand Down

0 comments on commit cbc82fe

Please sign in to comment.