diff options
Diffstat (limited to 'paths/paths.go')
| -rw-r--r-- | paths/paths.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/paths/paths.go b/paths/paths.go index 9f27385..cc0c878 100644 --- a/paths/paths.go +++ b/paths/paths.go @@ -7,7 +7,13 @@ import ( "strings" ) -var Home, This, Cache, Config, Ifs string +var ( + Ifs string + Config string + Cache string + This string + Home string +) type paths struct { Initialized bool |
