Skip to content

Commit

Permalink
remove device command
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Oct 8, 2021
1 parent 952db6b commit 5880d1c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 75 deletions.
16 changes: 0 additions & 16 deletions internal/device/device.go

This file was deleted.

57 changes: 0 additions & 57 deletions internal/device/list.go

This file was deleted.

2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/spf13/viper"

"spotify/internal/back"
"spotify/internal/device"
"spotify/internal/#"
"spotify/internal/next"
"spotify/internal/p"
Expand Down Expand Up @@ -42,7 +41,6 @@ func main() {
}

root.AddCommand(back.NewCommand())
root.AddCommand(device.NewCommand())
root.AddCommand(login.NewCommand())
root.AddCommand(next.NewCommand())
root.AddCommand(p.NewCommand())
Expand Down

0 comments on commit 5880d1c

Please # to comment.