Untitled

mail@pastecode.io avatar
unknown
golang
5 months ago
158 B
3
Indexable
sendResponse(w, "this book is already in the library", "")
return

or

fmt.Fprintf(w, `{"Result": "this book is already in the library", "Error": ""}`)
return
Leave a Comment