Syntax documentation

Hello, Im very new here. I was wondering if somewhere I can find documentation similar to this
https://developer.mozilla.org/en-US/docs/Web/JavaScript*
https://developer.mozilla.org/en-US/docs/Web/CSS
like every possible method with its property / use case

The language specification is here: https://golang.org/ref/spec

Though you should find documentation of every function, type, constant, global variable, etc., in the standard library, you won’t find examples/use cases for everything. You also may not find documentation for packages outside of the standard library.

1 Like

Thank You!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.