Delete suggest.go
This commit is contained in:
13
suggest.go
13
suggest.go
@@ -1,13 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type SuggestResponse struct {
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
func sendSuggestResponse(w http.ResponseWriter, msg string) {
|
||||
sendJSON(w, SuggestResponse{Message: msg})
|
||||
}
|
||||
Reference in New Issue
Block a user