-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Migrate to generics usage (#53)
* feat: Implement generic function EnvOrDefault * chore: Bump GOTOOLS_IMAGE_TAG to v0.1.4 * refactor: Scripts and makefile * fix: Add git safe directory * refactor: Move tests to package layer * docs: Update readme coverage * ci: Fix pipeline * chore: Remove //nolint directive * refactor: Make parameters not optional for internal parser * chore: Add cases for wrong and empty separators in slice parsers * fix: Empty separator early return
- Loading branch information
1 parent
2d19c8e
commit 8b67b00
Showing
17 changed files
with
969 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.