ini

Package ini provides INI file read and write functionality in Go (by go-ini)

Ini Alternatives

Similar projects and alternatives to ini

  1. systemd

    564 ini VS systemd

    The systemd System and Service Manager

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. wireguard-vyatta-ubnt

    WireGuard for Ubiquiti Devices

  4. wireproxy

    Wireguard client that exposes itself as a socks5 proxy

  5. onetun

    10 ini VS onetun

    User space WireGuard port-forward in Rust

  6. viper

    78 ini VS viper

    Go configuration with fangs

  7. env

    11 ini VS env

    A simple, zero-dependencies library to parse environment variables into structs

  8. go-toml

    2 ini VS go-toml

    Go library for the TOML file format

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. esp_wireguard

    Discontinued WireGuard Implementation for ESP-IDF. Archived. Please fork.

  11. toml

    1 ini VS toml

    Instream TOML to JSON encoder (by komkom)

  12. store

    0 ini VS store

    A dead simple configuration manager for Go applications (by tucnak)

  13. config

    0 ini VS config

    JSON or YAML configuration wrapper with convenient access methods. (by olebedev)

  14. kelseyhightower/envconfig

    Golang library for managing configuration data from environment variables

  15. goConfig

    Discontinued goconfig uses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.

  16. tunsocks

    User-level IP forwarding, SOCKS proxy, and HTTP proxy for VPNs that provide tun-like interface

  17. konfig

    0 ini VS konfig

    Composable, observable and performant config handling for Go for the distributed processing era

  18. comment

    Golang package for use comments in JSON config files

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ini alternative or higher similarity.

ini discussion

Log in or Post with

ini reviews and mentions

Posts with mentions or reviews of ini. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-26.
  • Convert any to string or alternative to any
    1 project | /r/golang | 2 Dec 2022
    I am very new to golang and am trying to write a Program that uses INI Cobfiguration Files. The library that I am using, has built in functions to output the Key as a certain type (string, int, bool, etc). However as I will be accessing several different Keys of different types, I wrote a wrapper that takes the section and key name and the output type, passes that to the libraries functions and outputs the result as the any type. While trying to pass the output into another function that requires a string, it throws the error that it is unable to convert any to string as string requires type assertion. I couldn't find much about the any type, but it seems luke i will either need to redesign my wrapper function, use an alternative to any or find a way to convert any to string or []byte at least.
  • A userspace WireGuard client that exposes itself as a proxy
    9 projects | news.ycombinator.com | 26 Mar 2022

Stats

Basic ini repo stats
2
3,503
0.0
about 1 year ago

go-ini/ini is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of ini is Go.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?