Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irahardianto committed Aug 20, 2017
1 parent af3538d commit cd96254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ It has simple dependencies:
- [Jinzhu GORM (ORM)](https://github.com/jinzhu/gorm)
- [Testify (Test & Mock framework)](https://github.com/stretchr/testify)
- [Mockery (Mock generator)](https://github.com/vektra/mockery)
- [Hystrix-Go (Circuit Breaker)](https://github.com/afex/hystrix-go)

Get Started:

Expand All @@ -21,6 +22,7 @@ Get Started:
- [Depency Injection](https://irahardianto.github.io/service-pattern-go/#dependency-injection)
- [Mocking](https://irahardianto.github.io/service-pattern-go/#mocking)
- [Testing](https://irahardianto.github.io/service-pattern-go/#testing)
- [Circuit Breaker](https://irahardianto.github.io/service-pattern-go/#circuit-breaker)


----------
Expand All @@ -38,6 +40,7 @@ Setup dependencies
go get -u github.com/jinzhu/gorm
go get github.com/stretchr/testify
go get github.com/vektra/mockery/.../
go get github.com/afex/hystrix-go/hystrix

Setup sqlite data structure

Expand Down

0 comments on commit cd96254

Please sign in to comment.