Move mpris out of pkg directory and run gofumpt

This commit is contained in:
2022-11-24 17:36:25 -08:00
parent b3be8e7027
commit 9f0ca5a7df
7 changed files with 33 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ var (
func startSocket(ctx context.Context, dev *infinitime.Device) error {
// Make socket directory if non-existant
err := os.MkdirAll(filepath.Dir(k.String("socket.path")), 0755)
err := os.MkdirAll(filepath.Dir(k.String("socket.path")), 0o755)
if err != nil {
return err
}