Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit 52425fc

Browse files
committed
build client against new go lib
1 parent 218ed3a commit 52425fc

File tree

4 files changed

+63
-83
lines changed

4 files changed

+63
-83
lines changed

Godeps/Godeps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

router.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
)
1010

1111
const (
12-
RevisionDocs = "761efe68accc5311584907137539a5064d47410c"
13-
RevisionGenerator = "099f5b4a3f1990d9db20f9b9642f9119fbeff6bc"
12+
RevisionDocs = ""
13+
RevisionGenerator = ""
1414
)
1515

1616
func router(cfg *phraseapp.Config) (*cli.Router, error) {

vendor/github.com/phrase/phraseapp-go/phraseapp/client.go

Lines changed: 57 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/phrase/phraseapp-go/phraseapp/lib.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)