• astaxie's avatar
    make the getconfig public · 3d74a1a4
    astaxie authored
    // Getconfig throw the Runmode
    // [dev]
    // name = astaixe
    // IsEnable = false
    // [prod]
    // name = slene
    // IsEnable = true
    //
    // usage:
    // GetConfig("string", "name")
    // GetConfig("bool", "IsEnable")
    3d74a1a4
config.go 12.1 KB