File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Go basic code
2
2
3
3
4
- * variable
5
- * array
6
- * condition
7
- * loop
8
- * map
9
- * function
10
- * method
11
- * pointer
12
- * struct
13
- * oop (inheritance,interface,polymorphism)
4
+ * [ variable] ( https://github.com/code4mk/golang-basic/tree/main/variable )
5
+ * [ array] ( https://github.com/code4mk/golang-basic/tree/main/array )
6
+ * [ condition] ( https://github.com/code4mk/golang-basic/tree/main/condition )
7
+ * [ loop] ( https://github.com/code4mk/golang-basic/tree/main/loop )
8
+ * [ map] ( https://github.com/code4mk/golang-basic/tree/main/map )
9
+ * [ function] ( https://github.com/code4mk/golang-basic/tree/main/function )
10
+ * [ method] ( https://github.com/code4mk/golang-basic/tree/main/method )
11
+ * [ pointer] ( https://github.com/code4mk/golang-basic/tree/main/ponter )
12
+ * [ struct] ( https://github.com/code4mk/golang-basic/tree/main/struct )
13
+ * [ oop (inheritance,interface,polymorphism) ] ( https://github.com/code4mk/golang-basic/tree/main/oop )
14
14
You can’t perform that action at this time.
0 commit comments