Ok, I narrowed it down a bit:Running this code from the sandbox, you get the message:seek = 0, err = permission denied
Running the same code as a standalone program the output is:seek = 0, err = %v(PANIC=runtime error: invalid memory address or nil pointer dereference)
seek = 0, err = %v(PANIC=runtime error: invalid memory address or nil pointer dereference)I can't reproduce this.On OS X/FreeBSD/Linux the output is:seek = 0, err = seek /dev/stdin: illegal seekWhat OS do you use?