type.go 150 B

1234
  1. package util
  2. // 这个主要是用于key/value
  3. type SetAndAssertNil func(config map[string]string, parent, str string, defaultValue ...string) error