https://github.com/zombiezen/go-ini
A parser and serializer for the INI file format in Go
https://github.com/zombiezen/go-ini
go golang golang-library ini-parser
Last synced: 9 months ago
JSON representation
A parser and serializer for the INI file format in Go
- Host: GitHub
- URL: https://github.com/zombiezen/go-ini
- Owner: zombiezen
- License: bsd-3-clause
- Created: 2022-08-22T23:18:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T03:06:20.000Z (over 3 years ago)
- Last Synced: 2025-02-08T21:49:03.296Z (11 months ago)
- Topics: go, golang, golang-library, ini-parser
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `zombiezen.com/go/ini` Package
The Go package `ini` provides a parser and serializer for the [INI file format][].
[INI file format]: https://en.wikipedia.org/wiki/INI_file
## Install
```shell
go get zombiezen.com/go/ini
```
## License
[BSD 3-Clause](LICENSE). This package was spun out from `github.com/yourbase/commons`.