test: add unit tests
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func Lyrics(l *logrus.Logger) http.HandlerFunc {
|
||||
func lyrics(l *logrus.Logger) http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
id := mux.Vars(r)["id"]
|
||||
|
||||
|
Reference in New Issue
Block a user