Sebastian Osuna
Sebastian Osuna
- [x] Do only one thing - [x] Non breaking API changes - [] Tested ### What did this pull request do? Small typo fix on the comments. ### User...
- Add supports for .env files - Env files are parsed using `github.com/joho/godotenv` - Adds a new `[run]` section in the configuration TOML to setup the .env file location -...
To easily access context typed values, would you consider adding typed getters? ```go userID := ctx.GetInt64("userId") ``` This of course would be a breaking change since a bunch of new...
I encountered the problem mentioned in the issue. I'm just making a PR with the suggested solution as it seemed to have solved the problem for me.