https://github.com/harshshukla2002/golang-course
https://github.com/harshshukla2002/golang-course
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshshukla2002/golang-course
- Owner: harshshukla2002
- Created: 2025-04-01T13:54:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T11:17:51.000Z (about 1 month ago)
- Last Synced: 2025-05-07T06:14:01.770Z (14 days ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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