Skip to content

Commit

Permalink
Document the GoType->Type change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcburley committed Apr 19, 2021
1 parent a2bdc94 commit a5491f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GOSTD.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Totals: functions=4020 generated=3858 (95.97%)

## Recent Design Changes

### 2021-04-19

The `GoType` object no longer exists and is thus no longer generated by `gostd`. All types become `Type` objects, just like the builtin Joker types,
also supporting constructors and lists of methods and receivers.

### 2021-04-07

The dot (`.`) special form, `(. <instance> <member> <args>*)`, is implemented and the corresponding
Expand Down

0 comments on commit a5491f2

Please sign in to comment.