From a5491f2b356be3fbd5433b3cd976ee02ebbdba7b Mon Sep 17 00:00:00 2001 From: James Craig Burley <430319+jcburley@users.noreply.github.com> Date: Mon, 19 Apr 2021 01:27:35 -0400 Subject: [PATCH] Document the GoType->Type change --- GOSTD.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GOSTD.md b/GOSTD.md index 435ae2591..99e96e59c 100644 --- a/GOSTD.md +++ b/GOSTD.md @@ -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, `(. *)`, is implemented and the corresponding