Blog

What I've Learned

This page highlights what I've Built.

Go Basics: Variables, Types, and Signatures Explained

A comprehensive overview of Go's foundational syntax, covering packages, variable declarations, function signatures, and the core principles of its static type system.

Variable_DeclarationStatic_TypingType_InferenceGolangBackend/GoSyntax/Basics