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:
parent
a327f6cf57
commit
aca50d9de5
4 changed files with 152 additions and 53 deletions
|
@ -1,9 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
"fmt"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
type ConfigFile struct {
|
||||
|
@ -71,4 +71,4 @@ func loadConfig() {
|
|||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue