1. 07 Dec, 2013 5 commits
  2. 06 Dec, 2013 11 commits
  3. 05 Dec, 2013 7 commits
  4. 04 Dec, 2013 2 commits
  5. 03 Dec, 2013 7 commits
  6. 29 Nov, 2013 2 commits
  7. 28 Nov, 2013 5 commits
  8. 27 Nov, 2013 1 commit
    • astaxie's avatar
      support section · 63b82c43
      astaxie authored
      if iniconf.String("demo.key1") != "asta" {
      +		t.Fatal("get demo.key1 error")
      +	}
      +	if iniconf.String("demo.key2") != "xie" {
      +		t.Fatal("get demo.key2 error")
      +	}
      63b82c43