https://github.com/parro-it/fileargs
fileargs allows to parse form text and to format to text a struct FileArgs
https://github.com/parro-it/fileargs
Last synced: 10 months ago
JSON representation
fileargs allows to parse form text and to format to text a struct FileArgs
- Host: GitHub
- URL: https://github.com/parro-it/fileargs
- Owner: parro-it
- License: mit
- Created: 2021-03-24T09:30:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T06:11:54.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T00:06:08.076Z (almost 2 years ago)
- Language: Go
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# FileArgs
> This simple package allows to parse and format text files that contains set of time periods and other configuration information.
# Documentation
* See [examples](examples_test.go) of use.
* Read the API docs on [go.dev](https://pkg.go.dev/github.com/parro-it/fileargs).
# Contributing
* Pull request are welcome!
* Open an issue if you find a bug.
* If you want to request a new feature or need help, starts a [new discussion](https://github.com/parro-it/fileargs/discussions/new).
* Read [contribution guidelines](contributing.md).
# License
[MIT Licensed](LICENSE)
© 2021 Andrea Parodi