An open API service indexing awesome lists of open source software.

https://github.com/koladilip/go-examples

Examples in golang
https://github.com/koladilip/go-examples

example golang

Last synced: 12 months ago
JSON representation

Examples in golang

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.