Hacker News new | ask | show | jobs
by morelisp 1176 days ago
That's wild given that Go makes it harder to read a whole file than read a block at a time.
2 comments

Here is where the file is read in its entirety. https://github.com/koki-develop/gat/blob/c16dbf999b89b46ed17...
Oh, absolutely not! ioutil.ReadFile and you're done!
At least we know the problem and the solution to it