fix response case
1 files changed, 1 insertions(+), 1 deletions(-) M main.go
M main.go => main.go +1 -1
@@ 44,7 44,7 @@ type Config struct { } type ErrResponse struct { - Err string + Err string `json:"err"` } type RandomResponse = Song