Live data from Hacker News

Viewing profile — alexedwards

alexedwards

HN member
Joined
Mon, Jun 07, 2010, 6:31 PM UTC
HN karma
45
Public activity
10 items

About alexedwards

No profile information was provided.

Recent public activity

  1. comment
    Comment #48917589

    That's not the reason I use Clone() in this pattern. The main reason for the clone operation is convenience. The clone operation is on the already-parsed set of shared templates (b…

  2. comment
    Comment #48917117

    As the author of this post, I can answer this question with a very clear "no". There is an interesting side point though. I've been blogging about Go since 2013 (generally writing …

  3. comment
    Comment #9767092

    Yep, thanks. I've updated the examples to use `http.Error(w, http.StatusText(500), 500)` instead.

  4. story
  5. story
  6. comment
    Comment #6423562

    Genuine question - can a process kill itself? The kill of go-reload was to make sure background processes get cleaned up, but I suspect one of the kill or exit in the close functio…

  7. story
  8. story
  9. story
  10. story