1 parent c8a41ad commit 42f706bCopy full SHA for 42f706b
2 files changed
README.md
@@ -67,3 +67,5 @@ make watch
67
<div align="center">
68
<img src="https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-for%20learning%20and%20knowledge%20sharing-blueviolet"/>
69
</div>
70
+
71
internal/exercises/templates/27_custom_errors/custom_errors.go
@@ -1,8 +1,5 @@
1
package custom_errors
2
3
-import (
4
- "fmt"
5
-)
6
7
// TODO:
8
// - Define a custom error type that implements the error interface.
0 commit comments