41

I got this, while checking the Go documentation for http.RequestHandler.
How ironic.

Comments
  • 2
    Nice, some Go developer. How do you like it so far?
  • 0
    I'm using it since the beginning of the year, and I'm hooked ever since.
    It feels so easy but so powerful.
  • 1
    Yeah i also love go ... But i wish there where generics ... Interfaces solve a lot of the use cases but not all :(. Well its in discussion for go 2 so let's hope is in that release. Also more array and a slightly bigger math lib would be awesome. But I really love variadic params and for range. Also the error handling is awesome AF. And of course ... the community and simplicity of the language
  • 2
    @BitPhinix Actually, Go 2 has scheduled contracts (generics but Go style) and the error handling really is horrible
Add Comment