Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagashiz/learn-go
This repository contains all of my Golang Programming Crash Course codes.
https://github.com/bagashiz/learn-go
go golang
Last synced: 17 days ago
JSON representation
This repository contains all of my Golang Programming Crash Course codes.
- Host: GitHub
- URL: https://github.com/bagashiz/learn-go
- Owner: bagashiz
- Created: 2022-07-01T16:20:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T14:22:21.000Z (about 2 years ago)
- Last Synced: 2024-10-30T07:03:04.349Z (2 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
I dump my Golang programming crash course codes here.
Feel free to correct my codes if you find any mistakes! 😉
## Learning Sources
[Learn Go Programming - Golang Tutorial for Beginners](https://youtu.be/YS4e4q9oBaU) by FreeCodeCamp
[Golang Documentation](https://go.dev/doc/)