Refactoring into login.go and config.go

This commit is contained in:
Chris Mann 2023-07-21 06:25:19 +02:00
parent a181c64b64
commit f21f0ad727

View file

@ -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"
)