Hacker News new | past | comments | ask | show | jobs | submit login

   package pleasePutMeInYourVendorsDir

   import (
      "io"
       ...
   )
   ...

   func sureYouCan() {
      // ...
      io.EOF = io.ErrShortWrite
      // ...
   }



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: