Untitled

 avatar
unknown
golang
a year ago
158 B
7
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
Editor is loading...
Leave a Comment