vendor/gopkg.in/ini.v1/README.md
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 # INI
     1 # INI
     2 
     2 
     3 [![Build Status](https://img.shields.io/travis/go-ini/ini/master.svg?style=for-the-badge&logo=travis)](https://travis-ci.org/go-ini/ini) [![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)
     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)
       
     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)
       
     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)
     4 
     7 
     5 ![](https://avatars0.githubusercontent.com/u/10216035?v=3&s=200)
     8 ![](https://avatars0.githubusercontent.com/u/10216035?v=3&s=200)
     6 
     9 
     7 Package ini provides INI file read and write functionality in Go.
    10 Package ini provides INI file read and write functionality in Go.
     8 
    11 
     9 ## Features
    12 ## Features
    10 
    13 
    11 - Load from multiple data sources(`[]byte`, file and `io.ReadCloser`) with overwrites.
    14 - Load from multiple data sources(file, `[]byte`, `io.Reader` and `io.ReadCloser`) with overwrites.
    12 - Read with recursion values.
    15 - Read with recursion values.
    13 - Read with parent-child sections.
    16 - Read with parent-child sections.
    14 - Read with auto-increment key names.
    17 - Read with auto-increment key names.
    15 - Read with multiple-line values.
    18 - Read with multiple-line values.
    16 - Read with tons of helper methods.
    19 - Read with tons of helper methods.
    31 
    34 
    32 ## Getting Help
    35 ## Getting Help
    33 
    36 
    34 - [Getting Started](https://ini.unknwon.io/docs/intro/getting_started)
    37 - [Getting Started](https://ini.unknwon.io/docs/intro/getting_started)
    35 - [API Documentation](https://gowalker.org/gopkg.in/ini.v1)
    38 - [API Documentation](https://gowalker.org/gopkg.in/ini.v1)
       
    39 - 中国大陆镜像:https://ini.unknwon.cn
    36 
    40 
    37 ## License
    41 ## License
    38 
    42 
    39 This project is under Apache v2 License. See the [LICENSE](LICENSE) file for the full license text.
    43 This project is under Apache v2 License. See the [LICENSE](LICENSE) file for the full license text.