Skip to content

Commit b6a560a

Browse files
committed
Add basic functions to GO
1 parent 2d1c192 commit b6a560a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Go/Readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
* `append()`
9292

9393
8. Structs
94+
* Attributes
95+
* Methods
96+
* Composition
9497

9598
9. Statements
9699
* import
@@ -107,7 +110,17 @@
107110
* func
108111
* const
109112

110-
10. Tasks
113+
10. Basic Functions
114+
* `print()`
115+
* `println()`
116+
* `type()`
117+
* `error()`
118+
* `new()`
119+
* `panic()`
120+
* `close()`
121+
* `recover()`
122+
123+
11. Tasks
111124
* Create variables
112125
* Cast variables
113126
* Utilize Nested loops

0 commit comments

Comments
 (0)