2 parents 94fd4b3 + 0c2ccde commit 2e858a3Copy full SHA for 2e858a3
1 file changed
internal/exercises/catalog.yaml
@@ -134,6 +134,7 @@ concepts:
134
test_regex: ".*"
135
hints:
136
- Define a custom error type and return it from a function.
137
+<<<<<<< HEAD
138
- slug: 37_xml
139
title: XML Encoding and Decoding
140
@@ -142,6 +143,13 @@ concepts:
142
143
- Add XML struct tags using `xml:"fieldname"` to map struct fields to XML elements.
144
- Use xml.Marshal to convert structs to XML bytes.
145
- Use xml.Unmarshal to parse XML bytes into structs.
146
+=======
147
+- slug: 28_defer
148
+ title: Deferred Execution
149
+ test_regex: ".*"
150
+ hints:
151
+ - Close the file using `defer` keyword with f.Close().
152
+>>>>>>> feat/defer-exercises
153
154
projects:
155
- slug: 101_text_analyzer
0 commit comments