genv

环境变量管理模块。

使用方式:

  1. import "gitee.com/johng/gf/g/os/genv"

方法列表:godoc.org/github.com/johng-cn/gf/g/os/genv

  1. func All() []string
  2. func Get(k string, def ...string) string
  3. func Remove(k string) error
  4. func Set(k, v string) error