Skip to content

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Grahovac committed May 22, 2017
2 parents db9c55a + c36a738 commit 16ad3c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- repo: git://github.com/dnephin/pre-commit-golang
sha: 471a7c123ea7a3b776ff018edf00066947873a94
hooks:
- id: go-fmt
- id: go-vet
- id: go-lint
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# step-by-step
An example of the service, who "evolves" step by step

An example of a service, which "evolves" step by step.

## Step 01. Preparation

It might be helpful to set up git pre-commit hooks before writing the code.
For example, you can use [pre-commit by Yelp](http://pre-commit.com) to manage this kind of hooks.

0 comments on commit 16ad3c0

Please sign in to comment.