@ -16,7 +16,7 @@ type Config struct {
func NewConfig()(*Config) {
config := new(Config)
config.env = make(map[string]string)
config.env = make(map[string]map[string]int)
for _,v := range os.Environ() {
splitted := strings.SplitN(v, "=", 2)
if len(splitted) == 2 {
The note is not visible to the blocked user.