| commit | bc4947e41d50b5e1a8089600808047715b828305 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed Apr 30 18:23:11 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Wed Apr 30 18:23:11 2025 -0700 |
| tree | beef5beca05e5714a3c1f16822bf1b2f388c2436 | |
| parent | d9d4581952edb59469a8402910783570be852fb8 [diff] |
cmd/go2ts: fix typo It is now an ex-🍁.
diff --git a/cmd/go2ts/go2ts.go b/cmd/go2ts/go2ts.go index 0a55b7c..f7d773f 100644 --- a/cmd/go2ts/go2ts.go +++ b/cmd/go2ts/go2ts.go
@@ -1,7 +1,7 @@ // A command line tool for generating typescript type declarations from go // struct types. // -// Exmaple: +// Example: // // go run ./cmd/go2ts -o webui/src/types.ts package main