Skip to content

Commit

Permalink
Adds missing sqlite3 dependency to list of deps
Browse files Browse the repository at this point in the history
Added `go get -u github.com/mattn/go-sqlite3` to list of dependencies in order to get the tests to run from a clean machine.
  • Loading branch information
kouphax authored Sep 20, 2018
1 parent ae336d6 commit 0903cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Setup dependencies
go get github.com/stretchr/testify
go get github.com/vektra/mockery/.../
go get github.com/afex/hystrix-go/hystrix
go get -u github.com/mattn/go-sqlite3

Setup sqlite data structure

Expand Down Expand Up @@ -416,4 +417,4 @@ As you see here, it is very easy to implement hystrix-go circuit breaker, you ju


Cheers,
M. Ichsan Rahardianto.
M. Ichsan Rahardianto.

0 comments on commit 0903cd1

Please sign in to comment.