Skip to content

Commit

Permalink
Merge pull request a8m#25 from WhiteVoidia/patch-1
Browse files Browse the repository at this point in the history
Fix two small typos
  • Loading branch information
a8m committed Jul 16, 2015
2 parents 61e2649 + 2dc34f2 commit 5006200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ If you're new to Go, do that tour. Seriously.

* Imperative language
* Statically typed
* Syntax similar to Java/C/C++, but less parantheses and no semicolons
* Syntax similar to Java/C/C++, but less parentheses and no semicolons
* Compiles to native code (no JVM)
* No classes, but structs with methods
* Interfaces
* No implementation inheritance. There's [type embedding](http://golang.org/doc/effective%5Fgo.html#embedding), though.
* Functions are first class citizens
* Functions can return multiple values
* Go has closures
* Has closures
* Pointers, but not pointer arithmetic
* Built-in concurrency primitives: Goroutines and Channels

Expand Down

0 comments on commit 5006200

Please sign in to comment.