diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
| commit | 761a483e28935f0bdee4658c37dfaa4606c2660a (patch) | |
| tree | 2e0b76801f2838d568ebd7b9c76884599ada0744 /examples/coroutines/README.md | |
| parent | 84c29ce5facc166515b80abf79f33b2ea21bf9fa (diff) | |
Add new system for tracking versions.
Diffstat (limited to 'examples/coroutines/README.md')
| -rw-r--r-- | examples/coroutines/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/coroutines/README.md b/examples/coroutines/README.md index eef923e0..86b5dd00 100644 --- a/examples/coroutines/README.md +++ b/examples/coroutines/README.md @@ -6,7 +6,7 @@ This is a coroutine library built on top of a modified version of ## Example Usage ```tomo -use coroutines +use coroutines_v1.0 func main() co := Coroutine(func() |
