Added error logging

This commit is contained in:
Artyom Belousov 2019-11-02 22:49:32 +03:00
parent 4ad7d8286e
commit 8830920900
6 changed files with 47 additions and 7 deletions

4
go.mod
View file

@ -5,8 +5,12 @@ go 1.12
require (
github.com/antchfx/htmlquery v1.0.0
github.com/antchfx/xpath v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
)