Y
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
skulk
1176 days ago
Here is where the file is read in its entirety.
https://github.com/koki-develop/gat/blob/c16dbf999b89b46ed17...
link
nasretdinov
1176 days ago
Oh, absolutely not! ioutil.ReadFile and you're done!
link
Patrickmi
1176 days ago
At least we know the problem and the solution to it
link