https://github.com/cranes-mentoring/golang-workshop
goland first start
https://github.com/cranes-mentoring/golang-workshop
golang http variables
Last synced: 3 months ago
JSON representation
goland first start
- Host: GitHub
- URL: https://github.com/cranes-mentoring/golang-workshop
- Owner: cranes-mentoring
- Created: 2024-05-25T10:33:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T16:42:30.000Z (over 1 year ago)
- Last Synced: 2024-07-18T22:02:00.693Z (over 1 year ago)
- Topics: golang, http, variables
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang-workshop
version 0.1.3
updated: 06/28/2024
Also, practice after each topic and extra coding exercise inside _/practice_ folder
# Topics:
### easy:
1. types
2. for and loops
3. arrays
4. slices
5. maps
### medium:
1. MongoDB
2. HTTP
3. API
4. Interfaces and structures
