Skip to content

Commit b87a337

Browse files
author
mostafa
committed
doc
1 parent 6148146 commit b87a337

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Go basic code
22

33

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)
1414

0 commit comments

Comments
 (0)