https://github.com/alex-stone-github/learninggo
This is my attempt to learn the go language
https://github.com/alex-stone-github/learninggo
Last synced: about 1 year ago
JSON representation
This is my attempt to learn the go language
- Host: GitHub
- URL: https://github.com/alex-stone-github/learninggo
- Owner: Alex-Stone-Github
- Created: 2022-02-11T02:39:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T19:40:40.000Z (over 4 years ago)
- Last Synced: 2025-02-02T14:37:56.878Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learningGo
This is my attempt to learn the go language
## My first go program
This is my best attempt to make a random number guessing game in go.
I thiI think I failed and did not do good, but the good news is that the
only place I can go from here is up.
## First Impressions
Go seems like a cool language based on all of the examples I have seen.
It has a really clean syntax that I like, but there is a little weirdness.
For examples what on earth does := copared to =. Overall, I am really
exicited to be picking up the langauge. I am excited to use it as pretty
much just a faster version of python and I want to learn how OOP works
in go to, and maybe it is better than rust, who knows?