make linter happier
This commit is contained in:
parent
747a24ebd6
commit
98a5044662
6 changed files with 21 additions and 28 deletions
|
@ -10,8 +10,8 @@ import (
|
|||
const sep = string(os.PathSeparator)
|
||||
|
||||
var (
|
||||
home string = os.Getenv("HOME")
|
||||
pwd, _ = os.Getwd()
|
||||
home = os.Getenv("HOME")
|
||||
pwd, _ = os.Getwd()
|
||||
)
|
||||
|
||||
// UnExpand returns dir after expanding some directory shortcuts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue