Move backend to subdir
[brackets.git] / types / artist.go
diff --git a/types/artist.go b/types/artist.go
deleted file mode 100644 (file)
index 07be6a8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package types
-
-import "github.com/zmb3/spotify"
-
-type Artist struct {
-       ID         spotify.ID `json:"id"`
-       Name       string     `json:"name"`
-       Popularity int        `json:"popularity"`
-}