vendor/github.com/pelletier/go-toml/README.md
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
    23 Though technically in beta, v2 is already more tested, [fixes bugs][v1-bugs],
    23 Though technically in beta, v2 is already more tested, [fixes bugs][v1-bugs],
    24 and [much faster][v2-bench]. If you only need reading and writing TOML documents
    24 and [much faster][v2-bench]. If you only need reading and writing TOML documents
    25 (majority of cases), those features are implemented and the API unlikely to
    25 (majority of cases), those features are implemented and the API unlikely to
    26 change.
    26 change.
    27 
    27 
    28 The remaining features (Document structure editing and tooling) will be added
    28 The remaining features will be added shortly. While pull-requests are welcome on
    29 shortly. While pull-requests are welcome on v1, no active development is
    29 v1, no active development is expected on it. When v2.0.0 is released, v1 will be
    30 expected on it. When v2.0.0 is released, v1 will be deprecated.
    30 deprecated.
    31 
    31 
    32 👉 [go-toml v2][v2]
    32 👉 [go-toml v2][v2]
    33 
    33 
    34 [v2]: https://github.com/pelletier/go-toml/tree/v2
    34 [v2]: https://github.com/pelletier/go-toml/tree/v2
    35 [v2-map]: https://github.com/pelletier/go-toml/discussions/506
    35 [v2-map]: https://github.com/pelletier/go-toml/discussions/506