repository
0.0.0-20241128150551-7b0391ef2e1c
Repository: https://github.com/paulwizviz/learn-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Overview
My collection of my working examples of core Go features and references to resources (e.g. blogs, Youtube, etc) discussion Go.
Topics
- Basic Types
- Boolean - type
bool
(true
orfalse
) - Float
- Integer
- Iota
- Strings and Rune
- Boolean - type
- Composite Types
- Concurrency
- Embedding Files
- Error Handling
- Functions
- Generics
- Interfaces
- Memory management
- Project Managment
- Standard libraries
Cumulating Projects
The following projects are a cumulation of the techniques presented here:
References
Disclaimer
The content in this project is intended for educational purpose only. It is constantly updated, items my be removed, and modified without warning.