Installation Download the package Testing Running tests on your local machine Installation You must have Go installed properly on your machine with correct $GOPATH setup. ...
i18n Installation Usage examples Using local files Using the embed.FS Determine the language i18n The i18n middleware provides internationalization and localization for Fl...
下载安装 下载源码并编译 测试安装 本地运行测试脚本 下载安装 下载安装前必须应该正确安装 Go 语言 以及配置 $GOPATH 变量。 下载源码并编译 使用一个特定版本: $ go get gopkg . in / ini . v1 使用最新版: $ go get github . com / go - ini / in...
Getting Started Getting Started We will go through a very simple example to illustrate how to get started. First of all, create two files (my.ini and main.go ) under the dire...
i18n Installation Usage examples Using local files Using the embed.FS Determine the language i18n The i18n middleware provides internationalization and localization for Fl...
INI 功能特性 下载安装 获取帮助 INI 本包提供了 Go 语言中读写 INI 文件的功能。 功能特性 支持覆盖加载多个数据源(file, []byte , io.Reader and io.ReadCloser ) 支持递归读取键值 支持读取父子分区 支持读取自增键名 支持读取多行的键值 支持大量辅助方法 支持在读取...
INI Features Getting Help INI Package ini provides INI file read and write functionality in Go. Features Load from multiple data sources ([]byte, file and io.ReadClose...
开始使用 开始使用 我们将通过一个非常简单的例子来了解如何使用。 首先,我们需要在任意目录创建两个文件(my.ini 和 main.go ),在这里我们选择 /tmp/ini 目录。 $ mkdir - p / tmp / ini $ cd / tmp / ini $ touch my . ini main . go $ t...