Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ankurdhama
on Jan 23, 2022
|
parent
|
context
|
favorite
| on:
Golang’s most important feature is invisible
The writing of response (the write to the socket).
Go: fmt.Fprintln(w, "Goodbye, World!")
Java: os.write(response.getBytes());
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Go: fmt.Fprintln(w, "Goodbye, World!")
Java: os.write(response.getBytes());