1. 07 Aug, 2014 2 commits
    • astaxie's avatar
      config: add more method · 2820f630
      astaxie authored
      DefaultString(key string, defaultval string) string      // support
      section::key type in key string when using ini and json type;
      Int,Int64,Bool,Float,DIY are same.
      	DefaultStrings(key string, defaultval []string) []string //get string
      slice
      	DefaultInt(key string, defaultval int) int
      	DefaultInt64(key string, defaultval int64) int64
      	DefaultBool(key string, defaultval bool) bool
      	DefaultFloat(key string, defaultval float64) float64
      	DIY(key string) (interface{}, error)
      	GetSection(section string) (map[string]string, error)
      	SaveConfigFile(filename string) error
      2820f630
    • astaxie's avatar
      migration: version 1 · 1f6c5599
      astaxie authored
      1f6c5599
  2. 05 Aug, 2014 4 commits
  3. 04 Aug, 2014 7 commits
  4. 02 Aug, 2014 4 commits
  5. 01 Aug, 2014 3 commits
  6. 29 Jul, 2014 2 commits
  7. 28 Jul, 2014 1 commit
  8. 27 Jul, 2014 1 commit
    • stansun's avatar
      revise a comment · a804d242
      stansun authored
      If it gets a msg from the buffer chan, it will write the message to
      outputs.
      a804d242
  9. 26 Jul, 2014 2 commits
  10. 24 Jul, 2014 2 commits
  11. 22 Jul, 2014 2 commits
  12. 18 Jul, 2014 2 commits
  13. 17 Jul, 2014 8 commits