https://github.com/harsh098/go-for-devs
My Attempt at learning Go Programming Language
https://github.com/harsh098/go-for-devs
go golang tutorial
Last synced: 8 months ago
JSON representation
My Attempt at learning Go Programming Language
- Host: GitHub
- URL: https://github.com/harsh098/go-for-devs
- Owner: harsh098
- License: mit
- Created: 2023-01-01T07:33:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T15:53:16.000Z (about 3 years ago)
- Last Synced: 2025-03-16T14:48:37.188Z (11 months ago)
- Topics: go, golang, tutorial
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-For-Devs
This repository is for programmers already familiar with Java, Python, C or C++ or any other statically or dynamically typed language(except JS ofc 😜, Just Joking...)
This tutorial will start with a very fast introduction to Go's basic syntax and datatypes.
I have heavily borrowed from the roadmap avaialable [here](https://roadmap.sh/golang).
## Prerequisites
1. Proficient with a statically typed or dyanmically typed language
2. Have some exprience with asynchronous programming/multithreading in language of your choice.
3. Having written a Web Server or worked with Web APIs in some form.
## Let's Go Gophers
[Start Here](https://github.com/harsh098/Go-For-Devs/blob/main/101-basics/01-baby-steps.md)