
Hacker News: Front Page
shared a link post in group #Stream of Goodies

kgrz.io
Go can only read 1GiB per Read call
There's a 1GiB limit for a single `Read` call for an `os.File` entity (object? struct?) in Go, and this seems to be a deliberate choice.