๐จHTTP WorkshopWORKSHOP
1
2
3
4
5
Step 1
Write a handler `helloHandler` that writes `"Hello, World!"` with status 200. In main, use `httptest.NewRecorder` and `httptest.NewRequest` to call the handler, then print the status code and body.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)