Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monciego/mastering-golang
Exploring the wonders of Go, because why not?!
https://github.com/monciego/mastering-golang
go golang learn-golang
Last synced: about 2 months ago
JSON representation
Exploring the wonders of Go, because why not?!
- Host: GitHub
- URL: https://github.com/monciego/mastering-golang
- Owner: monciego
- Created: 2022-08-27T18:48:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:27:10.000Z (3 months ago)
- Last Synced: 2024-09-16T11:00:51.103Z (3 months ago)
- Topics: go, golang, learn-golang
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning GoLang
Welcome to my GoLang learning journey! This repository contains the code and projects I've worked on while learning GoLang. Here's a brief overview of what you'll find in this repository:
## Topics Covered:
1. **[Getting Started]()**
- [Installing GoLang on your system.](https://go.dev/doc/install)
2. **[Go by example]()**
- [A hands-on introduction to Go using annotated example program](https://gobyexample.com/)
3. **[Learn Go fast]()**
- [Learn Go with no fluffβjust what you need to know.]()
4. **[Boot.dev]()**
- [Introduction to Go]()
- [Variables]()## Small Projects
1. **[Investment Calculator](https://github.com/monciego/mastering-golang/tree/main/investment-calculator)**
2. **[BMI Calculator](https://github.com/monciego/mastering-golang/tree/main/bmi-calculator)**
3. **[Profit Calculator](https://github.com/monciego/mastering-golang/tree/main/profit-calculator)**
4. **[Bank](https://github.com/monciego/mastering-golang/tree/main/bank)**## Additional Resources:
- **Official GoLang Documentation**
- [Go Documentation](https://go.dev/doc/)
- **Go By Example**
- [Go By Example](https://www.gobyexample.com/)
- **Boot.dev**
- [Boot.dev](https://boot.dev)Feel free to explore the topics and projects above to gain a better understanding of my GoLang learning journey. Happy coding! π