-
Notifications
You must be signed in to change notification settings - Fork 1
Go: Getting Started
Pritesh Patel edited this page Jun 10, 2019
·
2 revisions
https://app.pluralsight.com/library/courses/go-getting-started/
- Fully compiled for C++ like performance and memory profile
- ~25 keywords (~50 keywords for Java)
- A highly opinionated language
- Language-level support for concurrency
- Statically typed
- http://play.golang.org - playground
-
func main()function inpackage mainpackage is the program entry-point -
funct init()is run the first time the module is referenced by another module
- language and standard library reference
- packages
- blog - latest best practices and tools
- (Atom)
- ...