diff options
Diffstat (limited to 'handler/err.go')
| -rw-r--r-- | handler/err.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/handler/err.go b/handler/err.go new file mode 100644 index 0000000..8160a2b --- /dev/null +++ b/handler/err.go @@ -0,0 +1,9 @@ +package handler + +import ( + "fmt" + "errors" + "github.com/gocolly/colly" +) + + |
