We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1c192 commit b6a560aCopy full SHA for b6a560a
Go/Readme.md
@@ -91,6 +91,9 @@
91
* `append()`
92
93
8. Structs
94
+ * Attributes
95
+ * Methods
96
+ * Composition
97
98
9. Statements
99
* import
@@ -107,7 +110,17 @@
107
110
* func
108
111
* const
109
112
-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
124
* Create variables
125
* Cast variables
126
* Utilize Nested loops
0 commit comments