v1.4.0
⚙️ The v1.4.0
release
Changelog
Features
- Add new feature: ParseFileWithEnvToStruct
Bug fixes
- Fix Codecov workflow
- Fix IsFileExist, IsDirExist
- Fix ParseFileWithEnvToStruct
- Fix go-critic issue
- Fix tests: ParseFileWithEnvToStruct, RandomString
- Fix workflows
Updates
- Update README.md
- Update dependencies
Others
- Add tests for ParseFileWithEnvToStruct
- Exclude gosec G303 from hooks
- Set Codecov target to 92%
Install or update
go get -u github.com/koddr/gosl
💡 Note: Basic usage and full code examples of all functions of the
gosl
package, you can find on the pkg.go.dev page.
Your help to improve project
I'd be truly grateful for help with:
- Creating a new Go snippets (with tests & benchmarks)
- Improve an existing Go snippets, tests, or benchmarks
- Feature requests with interesting snippets that make life easier when writing Go programs that would be good to add
Your PRs & issues are welcome! Thanks 😉