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

https://github.com/code4mk/golang-basic

Golang basic code
https://github.com/code4mk/golang-basic

go go-basic golang golang-examples

Last synced: 4 months ago
JSON representation

Golang basic code

Awesome Lists containing this project

README

          

# Go basic code

* [variable](https://github.com/code4mk/golang-basic/tree/main/variable)
* [array](https://github.com/code4mk/golang-basic/tree/main/array)
* [condition](https://github.com/code4mk/golang-basic/tree/main/condition)
* [loop](https://github.com/code4mk/golang-basic/tree/main/loop)
* [map](https://github.com/code4mk/golang-basic/tree/main/map)
* [function](https://github.com/code4mk/golang-basic/tree/main/function)
* [method](https://github.com/code4mk/golang-basic/tree/main/method)
* [pointer](https://github.com/code4mk/golang-basic/tree/main/pointer)
* [struct](https://github.com/code4mk/golang-basic/tree/main/struct)
* [oop (inheritance,interface,polymorphism)](https://github.com/code4mk/golang-basic/tree/main/oop)