We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update LICENSE
Merge pull request #51 from fayccal/panic_fix Fix panic error when file is not found
Merge pull request #48 from aligator/github-actions GitHub actions
Fix Makefile
Add GOFLAGS to makefile
Extend Makefile
Use log.New(os.Stdout, "", 0) instead of log.Default to avoid go vers… …ion upgrade just because of this.
Add some more program output
Return some errors which were not returned, yet. Inject logger to be … …able to control the logs from the outside - better for usage as lib
Fix module and package name to really be usable as lib