Luis Ángel Méndez Gort

Results 5 comments of Luis Ángel Méndez Gort

@agiledragon with Apple M1 laptops released solving this becomes more important. Could you explain what would be needed for supporting that platform?

Checkout this https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/

Maybe this is a good option https://github.com/edgarfgp/Fabulous.AST

Right now https://godoc.org/github.com/Masterminds/squirrel is showing that the documentation should be read in https://pkg.go.dev/github.com/Masterminds/squirrel. Changing the documentation link in the README is an improvement that wouldn't hurt anyone.

The problem seems to be in some cases of functions signatures ```go type a func() (int, error) type b func() type c struct {} ``` It works when there is...