An open API service indexing awesome lists of open source software.

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

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.



Go Version


Tests Status


Coverage


Code Climate


Docs

# 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