Techstructive Blog
#Go
Golang: JSON YAML TOML (config) File Reading.
Golang: JSON YAML TOML (config) File Reading.Reading specific files used generally for configuration and storing data, as well as for web development. Reading file formats …
Golang: File Reading
Golang: File ReadingUsing system calls to read files in Golang. Reading files using various styles like line by line, word, character, chunk and any …
Golang: Paths
Golang: PathsWoking with Path and Filesystems using path, filepath, io, os packages in golang.
Golang: Error Handling
Golang: Error HandlingUnderstanding the concept of errors in golang. How to handle errors in funciton calls, create custom error class with interfaces
Golang: Interfaces
Golang: InterfacesUnderstanding the baiscs of interfaces in Golang. Exploring the concept of polymorphism in golang with the help of interfaces …
Golang: Closures
Golang: ClosuresUnderstanding the baiscs of closures in Golang. Creating some simple examples for exploring the concept of closures with Golang.
Golang: Anonymous Functions
Golang: Anonymous FunctionsUnderstanding the concept of the Anonymous functions in golang
Golang: Defer
Golang: DeferUnderstanding the concpet of the defer keyword in golang
Golang: String Manipulation
Golang: String ManipulationUnderstanding a few terms and tricks to play with Strings in Golang.
Golang: Mutable and Immutable Data Types
Golang: Mutable and Immutable Data TypesUnderstanding and Exploring immutable and mutable data types in Golang. Learning why the variable behaves in golang as they do.
Golang: Operators
Golang: OperatorsUnderstanding the basics of operators like arithmetic, logical, bitwise, assignment operators in Golang
Golang: Math Package
Golang: Math PackageExploring various functions in the Math package in the Golang standard Library
Golang: Packages
Golang: PackagesExploring and understanding packages in Golang along with it's usage
Golang: Pointers
Golang: PointersDiving into the pointers and memory address(under the hood) things in Golang
Golang: Structs
Golang: StructsExploring the fundamentals of Structures in Golang
Golang: Functions
Golang: FunctionsUnderstanding the basics of functions in Golang
Golang: Maps
Golang: MapsUnderstanding the basics of Maps in Golang
Golang: Slices
Golang: SlicesUnderstanding the basics of slices in Golang
Golang: Arrays
Golang: ArraysUnderstanding the basics of Arrays in Golang
Golang: Input
Golang: InputUnderstanding to perform user input in Golang