Skip to content

Commit

Permalink
Merge pull request irahardianto#5 from kouphax/patch-1
Browse files Browse the repository at this point in the history
Adds missing sqlite3 dependency to list of deps
  • Loading branch information
irahardianto authored Oct 2, 2018
2 parents ae336d6 + 0903cd1 commit d2daa60
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 d2daa60

Please sign in to comment.