https://github.com/koladilip/go-examples
Examples in golang
https://github.com/koladilip/go-examples
example golang
Last synced: 8 days ago
JSON representation
Examples in golang
- Host: GitHub
- URL: https://github.com/koladilip/go-examples
- Owner: koladilip
- License: mit
- Created: 2020-08-20T05:58:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T06:48:37.000Z (8 months ago)
- Last Synced: 2025-10-24T08:40:01.674Z (8 months ago)
- Topics: example, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-examples
Examples in golang
## [Calling function with various data types](https://github.com/koladilip/go-examples/blob/master/function-arguments/)
* These examples show how go behaves when we call functions with various data types and modify the data with in the function.