Skip to content

Commit eeb651b

Browse files
Organize imports in standard Go convention
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent 598dce0 commit eeb651b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

internal/config/viper.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ package config
55

66
import (
77
"bytes"
8+
"path/filepath"
9+
"strings"
10+
811
"github.com/microsoft/go-sqlcmd/internal/localizer"
912
"github.com/microsoft/go-sqlcmd/internal/pal"
1013
"github.com/spf13/viper"
1114
"gopkg.in/yaml.v2"
12-
"path/filepath"
13-
"strings"
1415
)
1516

1617
// Load loads the configuration from the file specified by the SetFileName() function.

0 commit comments

Comments
 (0)