mirror of
https://github.com/Xevion/banner.git
synced 2025-12-09 06:06:31 -06:00
Remove unused variables
This commit is contained in:
4
main.go
4
main.go
@@ -140,9 +140,9 @@ func main() {
|
|||||||
log.Info().Array("commands", arr).Msg("Registering commands")
|
log.Info().Array("commands", arr).Msg("Registering commands")
|
||||||
|
|
||||||
// Register commands
|
// Register commands
|
||||||
commands, err := Register()
|
Register()
|
||||||
|
|
||||||
terms, _ := GetTerms("", 1, 25)
|
// terms, _ := GetTerms("", 1, 25)
|
||||||
|
|
||||||
// Cloes session, ensure http client closes idle connections
|
// Cloes session, ensure http client closes idle connections
|
||||||
defer session.Close()
|
defer session.Close()
|
||||||
|
|||||||
Reference in New Issue
Block a user