Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidmohanty11/learning-go
go fundamentals reference
https://github.com/sidmohanty11/learning-go
Last synced: 24 days ago
JSON representation
go fundamentals reference
- Host: GitHub
- URL: https://github.com/sidmohanty11/learning-go
- Owner: sidmohanty11
- Created: 2021-05-30T15:30:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T14:31:57.000Z (over 3 years ago)
- Last Synced: 2024-06-19T18:13:33.021Z (5 months ago)
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-go
## line by line
![golang-1](https://user-images.githubusercontent.com/73601258/120151259-ae517400-c209-11eb-8fb2-a78bf9ed5f84.png)
## functions & vars
![golang-2](https://user-images.githubusercontent.com/73601258/120151277-b14c6480-c209-11eb-8963-fa7c5faad23d.png)
## func return
![golang-3](https://user-images.githubusercontent.com/73601258/120151283-b1e4fb00-c209-11eb-873d-8a7b5a769d09.png)
## arrays & slices
![golang-4](https://user-images.githubusercontent.com/73601258/120151293-b3162800-c209-11eb-8223-619365523799.png)
## for loop
![golang-5](https://user-images.githubusercontent.com/73601258/120151295-b3aebe80-c209-11eb-85c9-76c8dd9ea117.png)
## type and receiver funcs
![golang-6](https://user-images.githubusercontent.com/73601258/120151298-b4dfeb80-c209-11eb-928f-a9edb7a29183.png)
## structs
![golang-7](https://user-images.githubusercontent.com/73601258/120151301-b5788200-c209-11eb-892a-247aa3c30247.png)
## pointers
![golang-8](https://user-images.githubusercontent.com/73601258/120180598-9689e800-c229-11eb-94b9-5800fe55e996.png)
## a quick ref for where to use pointers
![pointerRef](https://user-images.githubusercontent.com/73601258/120180608-97bb1500-c229-11eb-9bb6-5ddd6254f8df.jpeg)
## maps
![golang-9](https://user-images.githubusercontent.com/73601258/120180615-9ab60580-c229-11eb-94cd-be13db4bc623.png)
## maps vs structs
![mapvsstruct](https://user-images.githubusercontent.com/73601258/120180621-9d185f80-c229-11eb-9914-6145868ec34e.png)