feat: embed static files into binary
This commit is contained in:
@ -33,7 +33,7 @@ func testLyrics(t *testing.T, url string) {
|
||||
|
||||
rr := httptest.NewRecorder()
|
||||
l := utils.NewLogger(os.Stdout)
|
||||
m := New(l)
|
||||
m := New(l, &assets{})
|
||||
|
||||
m.ServeHTTP(rr, r)
|
||||
|
||||
|
Reference in New Issue
Block a user