Skip to content

Instantly share code, notes, and snippets.

@azhuox

azhuox/block4. Secret

Created December 7, 2020 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azhuox/ee4caf399f18dd5c90c58c7468bcb76f to your computer and use it in GitHub Desktop.
Save azhuox/ee4caf399f18dd5c90c58c7468bcb76f to your computer and use it in GitHub Desktop.
// Reader is the interface that wraps the basic Read method.
// ......
type Reader interface {
Read(p []byte) (n int, err error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment