~vladh/radio-api

dd31423a943481f7f95481811c027478e24c803b — Vlad-Stefan Harbuz 1 year, 11 months ago 72ffaa4
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