go-chi Questions
5
I'm having trouble testing my go-chi routes, specifically the route with path variables. Running the server with go run main.go works fine and requests to the route with the path variable behaves a...
2
Solved
I am working on a restful service in golang using chi. I am trying to create a route as below
r.Mount("/api/dest", router.NewDestRouter(chi.NewRouter(), destSrv).InitRoutes())
func (dr *DestRout...
2
I have backend code written in golang and fronted using flutter web. I am trying to serve flutter web via chi router and everything seems to work fine but I get the following errors in browser cons...
Dedal asked 23/8, 2022 at 17:39
1
Solved
So I am new to go and I currently try to build a little REST-API using chi (and I love it). Yesterday I run into a problem, that I cannot quite understand.
In my little test-project I have a main.g...
1
© 2022 - 2024 — McMap. All rights reserved.