1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Add documentation to ProcessSingleGetRequest

Make a collectError() function to reduce repetitiveness
This commit is contained in:
Kane York 2016-01-17 14:09:09 -08:00
parent a327f6cf57
commit aca50d9de5
4 changed files with 152 additions and 53 deletions

View file

@ -1,9 +1,9 @@
package main
import (
"os"
"fmt"
"encoding/json"
"fmt"
"os"
)
type ConfigFile struct {
@ -71,4 +71,4 @@ func loadConfig() {
return
}
return
}
}