Mainflux.mainflux/vendor/gopkg.in/ini.v1
Dušan Borovčanin 677f3c70b0
Update Go version and dependencies (#1663)
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
2022-10-26 15:56:35 +02:00
..
.editorconfig Update dependencies (#1564) 2022-02-12 19:07:48 +01:00
.gitignore Update dependencies (#1564) 2022-02-12 19:07:48 +01:00
.golangci.yml Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
LICENSE NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
Makefile NOISSUE - Update dependencies (#1453) 2021-08-24 13:41:57 +02:00
README.md Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
codecov.yml Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
data_source.go NOISSUE - Update dependencies (#1453) 2021-08-24 13:41:57 +02:00
deprecated.go Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
error.go Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
file.go Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
helper.go NOISSUE - Update dependencies (#1176) 2020-05-14 19:09:55 +02:00
ini.go Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
key.go Update dependencies (#1564) 2022-02-12 19:07:48 +01:00
parser.go Update Go version and dependencies (#1663) 2022-10-26 15:56:35 +02:00
section.go Update dependencies (#1545) 2022-01-18 15:28:46 +01:00
struct.go NOISSUE - Update dependencies (#1453) 2021-08-24 13:41:57 +02:00

README.md

INI

GitHub Workflow Status codecov GoDoc Sourcegraph

Package ini provides INI file read and write functionality in Go.

Features

  • Load from multiple data sources(file, []byte, io.Reader and io.ReadCloser) with overwrites.
  • Read with recursion values.
  • Read with parent-child sections.
  • Read with auto-increment key names.
  • Read with multiple-line values.
  • Read with tons of helper methods.
  • Read and convert values to Go types.
  • Read and WRITE comments of sections and keys.
  • Manipulate sections, keys and comments with ease.
  • Keep sections and keys in order as you parse and save.

Installation

The minimum requirement of Go is 1.13.

$ go get gopkg.in/ini.v1

Please add -u flag to update in the future.

Getting Help

License

This project is under Apache v2 License. See the LICENSE file for the full license text.