fix: moved to encoding/json/v2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func Status(w http.ResponseWriter, status int) {
|
||||
w.WriteHeader(status)
|
||||
}
|
||||
Reference in New Issue
Block a user