config

package
v0.0.0-...-49721f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

* Description: 用于对当前目录下的所有yml配置文件进行统一的读写,并使用日志库logit对错误进行处理 * Author: sangs * Date: 2023-08-19

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfig

func LoadConfig(fileName string) (*viper.Viper, error)
  • Description:
  • 不知道是不是都是这样,这种文件路径真是大坑。文件的相对路径与文件存放的位置无关,只与运行二进制程序时的控制台路径有关。
  • 除非每一次都从运行目录往上递归找到根目录,或者就只能多加几个config相对目录
  • 如果后面目录层级更多的话,可以再进行添加,以保证不管在哪里都能访问到相应的文件内容
  • 甚至可以直接存储在内存中,
  • Author: sangs
  • Date: 2023-08-19

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL