Skip to content

Commit d6d1c0a

Browse files
committed
xdgbasedir: remove unnecessary import alias
1 parent 6c95540 commit d6d1c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdgbasedir_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"path/filepath"
1212
"strconv"
1313

14-
home "github.com/zchee/go-xdgbasedir/home"
14+
"github.com/zchee/go-xdgbasedir/home"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)