diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-23 00:19:29 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-23 03:05:06 -0600 |
commit | 057f17b3f22b8b0112f87b6c3128df6925b8f27a (patch) | |
tree | af932f1e559a4ae455c76975ccb1c1cccb01946c /lib9p/idl | |
parent | 1e49f931a86e54415ba36fc2bfe799d616936080 (diff) |
lib9p: start to split idl.gen apart as proto.gen
Diffstat (limited to 'lib9p/idl')
-rw-r--r-- | lib9p/idl/0000-TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/idl/0000-TODO.md b/lib9p/idl/0000-TODO.md index d196ac9..81cafe5 100644 --- a/lib9p/idl/0000-TODO.md +++ b/lib9p/idl/0000-TODO.md @@ -1,6 +1,6 @@ <!-- lib9p/idl/0000-TODO.md - Changes I intend to make to idl/__init__.py - and idl.gen + and proto.gen Copyright (C) 2025 Luke T. Shumaker <lukeshu@lukeshu.com> SPDX-License-Identifier: AGPL-3.0-or-later |