1 parent 831de96 commit e36b2ecCopy full SHA for e36b2ec
5 files changed
internal/exercises/catalog.yaml
@@ -134,11 +134,6 @@ concepts:
134
test_regex: ".*"
135
hints:
136
- Define a custom error type and return it from a function.
137
-- slug: 28_defer
138
- title: Deferred Execution
139
- test_regex: ".*"
140
- hints:
141
- - Close the file using `defer` keyword with f.Close().
142
143
projects:
144
- slug: 101_text_analyzer
internal/exercises/solutions/28_defer/defer.go
internal/exercises/templates/28_defer/defer.go
internal/exercises/templates/28_defer/defer_test.go
internal/exercises/templates/28_defer/utils.go
0 commit comments