Go Programming
Made this repo to help people start learning go programming with some hands on programming.
Installation follow below steps
Go Installation steps https://go.dev/doc/install
To Contribute
Please fork the repo and creat the pull request
Start with
To execute go program use below command
go run main.go
Topics covered
arrays
error
function
loop
maps
slices
structs
switch
while
conditions
Go Featurs
Gee is a gin-like framework
- Concurrency support
- Simplicity
- Garbage collection
- Powerfull standard library
- Testing support
- Powerful Compiler