#go
Read more stories on Hashnode
Articles with this tag
Physical vs Logical vs Abstract Data Types (DST) and data structure (DS) All computer science is about abstraction as everything is binary, and that's...
This articles breakdown the terminology used in trees data structure, as well as some types of trees and their use cases, to get familiar with them. ·...
This code shows how you can test the main function in Golang, using the official testing package. It compiles to an executable file, runs it, and...
This is the recent list of target platforms, Go can work on out of the box · Go tool dist list This is the list of operating systems and architectures,...
Go (Golang) the `make` function, to create slices, maps and channels · Fortunately, Go has many ways of memory allocation and value initialization,...
This is short demonstration of testing Hello World! in the terminal. · When working with Go, we always strive to test, one thing we want to test, is the...