Go Day2
Boolean type In Go a boolean is a type on its own and not an alias made from another type like an integer 0 or -1 Numeric types Integers Signed int type has varying size, but min 32 bits 8 bit (int8) through 64 bit (int64) Unsigned integers 8 bit(byte and uint8) through 32 bit(uint32) …. Read More
Go day1
Go is an strong and statically typed. It has an excellent community. golangbridge.org is a good example Key features Simplicity Fast compile times Garbage collection Concurrency Stand alone binaries Go is focus on server side and not on clients Variable Topics Variable declaration Redeclaration and shadowing Visibility Naming conventions Type conversions Three different ways to …. Read More
Golang Levi and I
Levi and I started to learn the Go programming language. We watch some instructions, we practice and we document.We commit to source control our practice and notes.We divide our learn into days