An open API service indexing awesome lists of open source software.

https://github.com/harshshukla2002/golang-course


https://github.com/harshshukla2002/golang-course

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Go Lang Learning

- This is the go lang course, in this repo all the learning of go lang will be added.

---

## Learnings

- basics, like variables, types, loops, conditions, switch, etc.
- Getting user input
- Pointer
- Slices
- Structs
- Functions
- Arrays
- Maps
- Methods
- Defer
- Files
- Web Requests