test
This commit is contained in:
parent
1592192b01
commit
6c1d439381
@ -15,7 +15,7 @@ func readJson() []Server {
|
|||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
}
|
}
|
||||||
fmt.Println("Successfully Opened users.json")
|
fmt.Println("Successfully Opened users.json")
|
||||||
// defer the closing of our jsonFile so that we can parse it later on
|
|
||||||
defer jsonFile.Close()
|
defer jsonFile.Close()
|
||||||
|
|
||||||
byteValue, _ := io.ReadAll(jsonFile)
|
byteValue, _ := io.ReadAll(jsonFile)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user