vendor/gopkg.in/ini.v1/README.md
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 # INI
     1 # INI
     2 
     2 
     3 [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/go-ini/ini/Go?logo=github&style=for-the-badge)](https://github.com/go-ini/ini/actions?query=workflow%3AGo)
     3 [![GitHub Workflow Status](https://img.shields.io/github/checks-status/go-ini/ini/main?logo=github&style=for-the-badge)](https://github.com/go-ini/ini/actions?query=branch%3Amain)
     4 [![codecov](https://img.shields.io/codecov/c/github/go-ini/ini/master?logo=codecov&style=for-the-badge)](https://codecov.io/gh/go-ini/ini)
     4 [![codecov](https://img.shields.io/codecov/c/github/go-ini/ini/master?logo=codecov&style=for-the-badge)](https://codecov.io/gh/go-ini/ini)
     5 [![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/go-ini/ini?tab=doc)
     5 [![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/go-ini/ini?tab=doc)
     6 [![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/go-ini/ini)
     6 [![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/go-ini/ini)
     7 
     7 
     8 ![](https://avatars0.githubusercontent.com/u/10216035?v=3&s=200)
     8 ![](https://avatars0.githubusercontent.com/u/10216035?v=3&s=200)
    22 - Manipulate sections, keys and comments with ease.
    22 - Manipulate sections, keys and comments with ease.
    23 - Keep sections and keys in order as you parse and save.
    23 - Keep sections and keys in order as you parse and save.
    24 
    24 
    25 ## Installation
    25 ## Installation
    26 
    26 
    27 The minimum requirement of Go is **1.6**.
    27 The minimum requirement of Go is **1.13**.
    28 
    28 
    29 ```sh
    29 ```sh
    30 $ go get gopkg.in/ini.v1
    30 $ go get gopkg.in/ini.v1
    31 ```
    31 ```
    32 
    32