Refactoring into login.go and config.go
This commit is contained in:
parent
a181c64b64
commit
f21f0ad727
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@ config handles reading the config.json file at the root and processing the setti
|
|||
package main
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue