https://github.com/vindecodex/golang
Notes for Golang
https://github.com/vindecodex/golang
go golang
Last synced: 11 months ago
JSON representation
Notes for Golang
- Host: GitHub
- URL: https://github.com/vindecodex/golang
- Owner: vindecodex
- License: mit
- Created: 2019-07-02T02:19:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T07:53:47.000Z (over 5 years ago)
- Last Synced: 2025-08-02T19:17:25.019Z (11 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Golang Notes
#### Table of Contents
>[Variables and Declarations](https://github.com/vindecodex/golang/blob/master/variables_and_declarations/main.go)
>[Data Types](https://github.com/vindecodex/golang/blob/master/data_types/main.go)
>[Creating Types](https://github.com/vindecodex/golang/blob/master/creating_types/main.go)
>[Creating Package](https://github.com/vindecodex/golang/tree/master/creating_package)
>[Pointers](https://github.com/vindecodex/golang/blob/master/pointers/main.go)
>[Pass By Reference](https://github.com/vindecodex/golang/blob/master/passbyreference/main.go)
>[Encapsulation](https://github.com/vindecodex/golang/blob/master/encapsulation/main.go)
>[Return a Function](https://github.com/vindecodex/golang/blob/master/return_a_function/main.go)
>[Struct with Pointers](https://github.com/vindecodex/golang/blob/master/struct_with_pointers/main.go)
>[Attach Method in Struct](https://github.com/vindecodex/golang/blob/master/attach_methods_in_struct/main.go)
>[Functions Returns](https://github.com/vindecodex/golang/blob/master/functions_returns/main.go)
>[Arrays](https://github.com/vindecodex/golang/blob/master/array/main.go)
>[Maps](https://github.com/vindecodex/golang/blob/master/maps/main.go)
>[Maps01](https://github.com/vindecodex/golang/blob/master/maps01/main.go)
>[Interface](https://github.com/vindecodex/golang/blob/master/interface/main.go)
>[Pointers01](https://github.com/vindecodex/golang/blob/master/pointers01/main.go)
>[Recursion](https://github.com/vindecodex/golang/blob/master/recursion/main.go)
>[Variadic](https://github.com/vindecodex/golang/blob/master/variadic/main.go)
>[Error Handling](https://github.com/vindecodex/golang/blob/master/error_handling/main.go)
>>[Panic With Recover](https://github.com/vindecodex/golang/blob/master/error_handling/error_handling_part1.go)
>[Concurrency Go Routines](https://github.com/vindecodex/golang/blob/master/concurrency_go_routines/main.go)
>[Type Conversion](https://github.com/vindecodex/golang/blob/master/type_conversion/main.go)
>[JSON](https://github.com/vindecodex/golang/blob/master/json/main.go)
>[Fetching URL](https://github.com/vindecodex/golang/blob/master/fetching_url/main.go)
>[Slice and Map of Functions](https://github.com/vindecodex/golang/blob/master/slice_and_map_of_functions/main.go)
>[Closure](https://github.com/vindecodex/golang/blob/master/closure/main.go)
>[Anonymous Function](https://github.com/vindecodex/golang/blob/master/anonymous_function/main.go)
>[Functions as Values and Types](https://github.com/vindecodex/golang/blob/master/functions_as_values_and_types/main.go)
>[Imports](https://github.com/vindecodex/golang/blob/master/imports/main.md)
***
#### TODO
> None
***
#### ISSUE
> None
***
#### NEWLY ADDED
> None
***
```
If You Have Something To Share To Improve these Please Create A PR, THANK YOU
```
***