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
- Host: GitHub
- URL: https://github.com/code4mk/golang-basic
- Owner: code4mk
- Created: 2021-05-10T09:57:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T09:38:06.000Z (over 4 years ago)
- Last Synced: 2025-02-19T12:55:23.889Z (10 months ago)
- Topics: go, go-basic, golang, golang-examples
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)