Skip to content

Commit

Permalink
Update glide lock file and remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Du committed Nov 26, 2018
1 parent 59b3ffb commit 304ceaf
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 11 deletions.
2 changes: 0 additions & 2 deletions encoding/int/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type Encoder interface {
// - data bytes: Variable bytes
Bytes() []byte
// Reset internal memory buffers manually.
// Otherwise, buffers are reset upon the next call to `Encode`.
Reset()
}

Expand All @@ -27,7 +26,6 @@ type Decoder interface {
// subsequent call to `Decode`.
Decode(src io.Reader) (Iterator, error)
// Reset internal memory buffers manually.
// Otherwise, buffers are reset upon the next call to `Decode`.
Reset()
}

Expand Down
66 changes: 57 additions & 9 deletions glide.lock

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

0 comments on commit 304ceaf

Please sign in to comment.