Ice3man543 2021-10-19 22:20:29 +05:30
parent c4e5fa49dd
commit ec424e01e4
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ func (h *httpRequestSelContained) Execute(filePath string) error {
var routerErr error
router.GET("/", func(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
w.Write([]byte("This is self-contained response"))
_, _ = w.Write([]byte("This is self-contained response"))
})
server := &http.Server{
Addr: "localhost:5431",