clipperhouse / gen

Type-driven code generation for Go
http://clipperhouse.com/gen/overview/
Other
1.43k stars 90 forks source link

Pointer type documentation #76

Closed pierrre closed 9 years ago

pierrre commented 9 years ago

There is nothing in the documentation about pointer type. (or I haven't seen it)

The changelog contains a line: https://github.com/clipperhouse/gen/blob/master/CHANGELOG.md

The * is a directive to generate methods which take a pointer type instead of a value type. Optional but recommended.
clipperhouse commented 9 years ago

Thanks, finally got around to this.

pierrre commented 9 years ago

Thank you! :+1: