Structs - Go Lang Practical Programming Tutorial p.6

In the programming language of Go, there are no Classes. Instead, we can create custom types called Structs, which we then associated methods with. Text tutorials and sample code: sentdex
Back to Top