Initial commit

This commit is contained in:
Oliver Jakoubek 2020-05-27 21:23:36 +02:00
commit 0f717cd2af
16 changed files with 574 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# feragstring
*feragstring* is a Go package for creating a Ferag string file from a JSON data structure. If you don't know what Ferag (the company) or a Ferag string is you probably don't need this package.
## Installation
```bash
go get -u github.com/jakoubek/feragstring
```