Skip to content

Commit

Permalink
Update to dev branch of tchannel-go (#357)
Browse files Browse the repository at this point in the history
* Update to dev branch of tchannel-go
  • Loading branch information
richardartoul committed Oct 3, 2017
1 parent bd06312 commit 16ef863
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ci
Submodule .ci updated 2 files
+164 −0 GUIDELINE.md
+9 −2 README.md
10 changes: 5 additions & 5 deletions glide.lock

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

3 changes: 2 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import:
version: 0d12bf811670bf6a1a63828dfbd003eded177fce

- package: github.com/uber/tchannel-go
version: 5d979b31a7405a676919fca637bb2f715fb9ed65
# Must be this hash or higher to include TChannel connection health checks
version: 1fcf82ec86967eb43ba0baa9b964f8eb226d242e
subpackages:
- thrift

Expand Down
8 changes: 2 additions & 6 deletions persist/fs/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,12 @@ func (w *writer) close() error {
return err
}

if err := closeAll(
return closeAll(
w.infoFdWithDigest,
w.indexFdWithDigest,
w.dataFdWithDigest,
w.digestFdWithDigestContents,
); err != nil {
return err
}

return nil
)
}

func (w *writer) Close() error {
Expand Down

0 comments on commit 16ef863

Please sign in to comment.