Skip to content

Commit 4e53922

Browse files
committed
Bruh
1 parent b05b370 commit 4e53922

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/settings/general_others.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
package settings
44

5+
import (
6+
"os"
7+
"path/filepath"
8+
)
9+
510
func getOsuInstallation() string {
611
dir, _ := os.UserHomeDir()
712
return filepath.Join(dir, ".osu")

0 commit comments

Comments
 (0)