-
Notifications
You must be signed in to change notification settings - Fork 18k
import/path: Go Method Based Routing Not Existing on Go go1.23.1 darwin/arm64
#69796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Set version explicitly in |
I'm puzzled by an issue. During runtime, logging would previously fail even when displaying '1.23'. However, running fmt.Println(runtime.Version()) shows 'go1.23.1' without any changes to the go.mod file. Nevertheless, method-based routing fails. Adding the necessary change to the go.mod file resolves the issue. I'm unsure why this is the case. |
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only. For questions please refer to https://github.com/golang/go/wiki/Questions |
Go version
go version go1.23.1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Try running
and the server will be running, then visit
http://localhost:4000/hello
and you will see the 404 response. Occurs anytime I try to use Method bases routing, I verified using runtime as well I am running 1.23.What did you see happen?
What did you expect to see?
Hello World
The text was updated successfully, but these errors were encountered: