package
Version:
v0.0.0-...-69c2794
Opens a new window with list of versions in this module.
Published: Mar 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
LoadConf は指定されたファイルパスの設定ファイルを読み込み、指定された構造体にマッピングする
path: 設定ファイルのパス
model: 設定ファイルをマッピングする構造体のポインタ
if err := conf.LoadConf("path/to/config.ini", &conf.Config); err != nil { ... }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.