3 Commits

Author SHA1 Message Date
amery 992a964cd1 build-sys: use local asciigoat.org/core [DO-NOT-MERGE]
Signed-off-by: Alejandro Mery <amery@jpi.io>
2023-08-31 17:13:17 +00:00
amery da0e823342 chore: update asciigoat.org/core
Signed-off-by: Alejandro Mery <amery@jpi.io>
2023-08-31 17:12:50 +00:00
amery dbed732f1e README: add initial description of the package
Signed-off-by: Alejandro Mery <amery@jpi.io>
2023-08-31 17:11:00 +00:00
-8
View File
@@ -27,14 +27,6 @@ emiting tokens and errors via callbacks.
## Other Implementations
Other implementations exist, and they are mature and feature-rich, but they
are highly opinionated about what's a valid file. Built around maps they don't
allow repeating names and constraint what characters can be used.
These are great when you can adapt, or already agree, to their conditions but
that's not always the case when you are parsing configuration files from
other applications and that's what [asciigoat.org/ini][godoc] attempts to solve.
* [gcfg](https://pkg.go.dev/gopkg.in/gcfg.v1)
* [unknwon's go-ini](https://github.com/go-ini/ini)
* [wlevene's GoINI](https://github.com/wlevene/ini)