qeatzy
Results
2
issues of
qeatzy
`$ go run main.go ` `$ curl http://localhost:8080/default.js ` 404 page not found `$ curl http://localhost:8080/canvas ` ``` ``` ``` //main.go package main import ( "github.com/go-chi/chi" "github.com/go-chi/chi/middleware" "net/http" ) func...