aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/go_error.go
Commit message (Collapse)AuthorAgeFilesLines
* add a little more docs for errorsAndrew Gallant (Ocelot)2012-05-111-0/+8
|
* better docsAndrew Gallant (Ocelot)2012-05-101-10/+12
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-11/+12
|
* make resource ids their own individual types. last commit before overhaul to ↵Andrew Gallant (Ocelot)2012-05-101-4/+8
| | | | sub-packages
* more clean up. use log instead of fmt.Print to stderr. bug fix for event ↵Andrew Gallant (Ocelot)2012-05-071-2/+12
| | | | blocking (a hack fix for now).
* lots of docs and examplesAndrew Gallant (Ocelot)2012-05-071-1/+1
|
* add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)2012-05-061-1/+1
|
* fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)2012-05-051-5/+9
|
* holy toldeo... things might actually be workingAndrew Gallant (Ocelot)2012-05-031-11/+77
|
* finally starting on the crescendo: requests and replies.Andrew Gallant (Ocelot)2012-05-021-19/+46
|
* unions, events and errors... oh myAndrew Gallant (Ocelot)2012-05-011-6/+24
|
* splitting up go specific code. too much for one file IMO. more progress. ↵Andrew Gallant (Ocelot)2012-04-301-0/+39
almost done with structs.