Browse Source

Never accept PRs without testing again

pull/6/head
andreimarcu 9 years ago
parent
commit
674c4be3e3
  1. 2
      server.go

2
server.go

@ -43,7 +43,7 @@ func main() {
err := os.MkdirAll(Config.filesDir, 0755)
if err != nil {
fmt.Printf("Error: could not create files directory")
os.exit(1)
os.Exit(1)
}
// Template Globals

Loading…
Cancel
Save