Y
Hacker News
new
|
ask
|
show
|
jobs
by
kristianp
3349 days ago
Couldn't he have compiled his go code with assembly output and edited the resulting file? Wouldn't that have saved a lot of struggle with the format?
go tool compile -S -S file.go
1 comments
sgmansfield
3349 days ago
Sure, but that ruins the fun :)
link