From 07f70cd0c098e7d7527205344d596f60fb31a4af Mon Sep 17 00:00:00 2001 From: widmogrod Date: Sat, 13 Jul 2024 23:54:37 +0200 Subject: [PATCH] docs: update roadmap --- docs/roadmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/roadmap.md b/docs/roadmap.md index 3065c7a7..3a47f907 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -3,6 +3,8 @@ - [ ] **docs**: document simple state machine and how to use `mkunion` for it - [x] **feature**: `mkunion watch ./...` command that watches for changes in files and runs faster than `go generate ./...` +- [x] **feature**: `go:tag mkmatch` to generate pattern matching functions +- [ ] **docs**: document how to write custom pattern matching functions - [ ] **docs**: document other packages in `x/` directory - [ ] **docs**: document typescript types generation and end-to-end typs concepts (from backend to frontend) - [ ] **feature**: expose functions to extract `go:tag` metadata