diff options
Diffstat (limited to 'internal/system/value.go')
| -rw-r--r-- | internal/system/value.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/internal/system/value.go b/internal/system/value.go deleted file mode 100644 index c34e7fa8..00000000 --- a/internal/system/value.go +++ /dev/null @@ -1,13 +0,0 @@ -package system - -const ( - xdgRuntimeDir = "XDG_RUNTIME_DIR" -) - -type Values struct { - Share string - Runtime string - RunDir string -} - -var V *Values |
