aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/path_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-05 17:38:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-05 17:38:04 +0200
commit61da208c9571f3348eb0e11400fa54365d49a366 (patch)
treed6384ce455a01a0799d531020d6f7a2532435651 /conf/path_windows.go
parentui: attach shortcuts to their windows (diff)
downloadwireguard-windows-61da208c9571f3348eb0e11400fa54365d49a366.tar.xz
wireguard-windows-61da208c9571f3348eb0e11400fa54365d49a366.zip
ui: use natural sorting order
Diffstat (limited to 'conf/path_windows.go')
-rw-r--r--conf/path_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/path_windows.go b/conf/path_windows.go
index 96c68738..8b23e399 100644
--- a/conf/path_windows.go
+++ b/conf/path_windows.go
@@ -65,4 +65,4 @@ func RootDirectory() (string, error) {
}
cachedRootDir = c
return cachedRootDir, nil
-} \ No newline at end of file
+}