daily pastebin goal
58%
SHARE
TWEET

Untitled

a guest Aug 13th, 2015 197 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. func (r MyReader) Read(b []byte) (int, error) {
  2.         i := 0
  3.         for ; i < len(b); i++ {
  4.                 [i]b
  5.         }
  6.         return i, nil
  7. }
RAW Paste Data
Top