mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 12:48:38 -04:00
go vet, go fmt
This commit is contained in:
@ -34,7 +34,3 @@ func (s SuccessWriter) Write(w http.ResponseWriter) error {
|
||||
fmt.Fprint(w, "{}")
|
||||
return nil
|
||||
}
|
||||
|
||||
func WriteSuccess(w http.ResponseWriter) {
|
||||
fmt.Fprint(w, "{}")
|
||||
}
|
||||
|
Reference in New Issue
Block a user