Add config defaults and run go fmt

This commit is contained in:
2021-08-24 08:54:08 -07:00
parent 91f7132d5e
commit 6e16aa7a7a
5 changed files with 55 additions and 25 deletions

View File

@@ -19,10 +19,10 @@
package main
import (
"go.arsenm.dev/infinitime"
"go.arsenm.dev/infinitime/pkg/player"
"github.com/rs/zerolog/log"
"github.com/spf13/viper"
"go.arsenm.dev/infinitime"
"go.arsenm.dev/infinitime/pkg/player"
)
func initMusicCtrl(dev *infinitime.Device) error {