config_test.go (194B)
1 package config 2 3 import ( 4 "log" 5 "testing" 6 ) 7 8 var conf Config 9 10 func TestConfig(t *testing.T) { 11 _, err := conf.LoadConfig("..") 12 13 if err != nil { 14 log.Fatal("Error loading config: ", err) 15 } 16 }
hivedavA curlable free/busy scheduler with CalDAV integration | |
git clone https://git.in0rdr.ch/hivedav.git | |
Log | Files | Refs | Pull requests |Archive | README | LICENSE |