←back to thread

480 points jedeusus | 1 comments | | HN request time: 0s | source
Show context
ljm ◴[] No.43540889[source]
You're not really writing 'Go' anymore when you're optimising it, it's defeating the point of the language as a simple but powerful interface over networked services.
replies(4): >>43541337 #>>43542091 #>>43544202 #>>43544292 #
1. mariusor ◴[] No.43544202[source]
I think at least some of the patterns shared in the document, using zero-copy, ordering struct properties are all very idiomatic. Writing code in this manner is writing good Go code.