Skip to content

Commit

Permalink
Merge branch 'master' into simulate-import
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored Oct 10, 2018
2 parents 5629efc + ef2bdf2 commit 4d69e23
Show file tree
Hide file tree
Showing 122 changed files with 23,285 additions and 1,758 deletions.
54 changes: 52 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

[[constraint]]
name = "github.com/pingcap/kvproto"
source = "https://github.com/pingcap/kvproto.git"
branch = "master"

[[constraint]]
Expand All @@ -40,6 +41,10 @@
name = "github.com/pkg/errors"
version = ">= 0.8.0"

[[constraint]]
name = "github.com/pingcap/errcode"
version = ">= 0.1.0"

[[override]]
name = "github.com/BurntSushi/toml"
revision = "3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005"
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Consider that raml2html depends on various npm packages and can only be run unde

## Error responses

Error responses from the server are switching to using [error codes](../pkg/error_code/error_code.go).
Error responses from the server are switching to using [errcode codes](https://github.com/pingcap/errcode).
The should use the `errorResp` function. Please look at other places in the codebase that use `errorResp`.
Loading

0 comments on commit 4d69e23

Please sign in to comment.