Skip to content

Commit

Permalink
updated features list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Ryer authored and Mat Ryer committed Nov 2, 2014
1 parent d87b394 commit 4134625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Until the Go core team include support for [generics in Go](http://golang.org/do

* Generic code is valid Go code
* Generic code compiles and can be tested
* Use `stdin` and `stdout`
* Use `stdin` and `stdout` or specify in and out files
* Supports Go 1.4's [go generate](http://tip.golang.org/doc/go1.4#gogenerate)
* Multiple specific types will generate every permutation
* Use `BUILTINS` and `NUMBERS` wildtype to generate specific code for all built-in (and number) Go types
* Function names and comments also supported
Expand Down

0 comments on commit 4134625

Please sign in to comment.