https://github.com/sachinnagesh/golang-practice
Contains basic practice examples for Golang
https://github.com/sachinnagesh/golang-practice
golang golang-examples learning-by-doing learning-exercise practice-programming practice-project
Last synced: about 1 month ago
JSON representation
Contains basic practice examples for Golang
- Host: GitHub
- URL: https://github.com/sachinnagesh/golang-practice
- Owner: sachinnagesh
- Created: 2022-12-22T03:55:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T13:29:20.000Z (over 2 years ago)
- Last Synced: 2025-12-26T02:30:52.910Z (7 months ago)
- Topics: golang, golang-examples, learning-by-doing, learning-exercise, practice-programming, practice-project
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-practice
Contains basic practice examples for Golang
- helloworld
- `fmt.Printf` example
- variables
- type inference
- reassign variables
- scope of variables
- type conversion
- channel
- go routines
- go context with value
- go context with cancel
- go context with deadline
- go context with timeout
Also added `gobyexample` code here
- values
- variables
- constant
- `for` loop
- `if/else`
- switch