https://github.com/devdhera/go-starter
A dive into golang
https://github.com/devdhera/go-starter
golang simple
Last synced: about 1 year ago
JSON representation
A dive into golang
- Host: GitHub
- URL: https://github.com/devdhera/go-starter
- Owner: DevDHera
- License: mit
- Created: 2018-09-19T13:49:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T14:38:32.000Z (over 7 years ago)
- Last Synced: 2025-02-06T04:43:55.886Z (over 1 year ago)
- Topics: golang, simple
- Language: Go
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Golang Starter
# A Dive into Golang
A simple look into the Golang with the hope of making a very fast server very soon :grin:
## What we will look at
- Hello World (:unamused: We must begin some where)
- Variables and Types
- Packages
- Functions
- Arrays / Slices
- Conditionals
- Loops
- Maps
- Range
- Pointers
- Closures
- Structs
- Interfaces
## What Now
Let's start building awesome things using `Golang`