You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks pretty neat but your package name is incorrect. So it can't be easily imported without modification.
package name should be github.com/JosephWoodward/ginerrorhandling.
This looks pretty neat but your package name is incorrect. So it can't be easily imported without modification.
package name should be github.com/JosephWoodward/ginerrorhandling.
Note that packages with a - don't work either: https://go.dev/blog/package-names
you can see the issue by just running:
go get github.com/JosephWoodward/gin-errorhandling
The text was updated successfully, but these errors were encountered: