#golang
Read more stories on Hashnode
Articles with this tag
Understanding the use of backtick tags in Go · In Go, backtick tags are used in struct definitions to define metadata, typically for serialization or...
Using Interfaces and Structs to Replicate Abstract Behavior in Go · Well in Go, there is no direct equivalent of Python's abstract classes, but you can...
Understanding Channel model for concurrency in Golang · Introduction The Channels Model is another approach to handling concurrency, commonly associated...
Comparing Elixir vs Go concurrency models · Elixir and Go (Golang) are both powerful languages, but they cater to different types of applications and...
Secure Your Bytes: A Guide to Data Encryption in Go · Intro In today's digital age, data security is paramount. Whether you're a developer, a business...
Unraveling the Mystery of Tokenizers in Go: Where Every Character Counts · Introduction A tokenizer, also known as a lexical analyzer, is a fundamental...