diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-19 13:47:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-19 13:47:04 +0200 |
| commit | d5dcacdf9e5bca9aabac29981cdd1936fc7f3c55 (patch) | |
| tree | 37f80a9ba3064512d39dc05f9e2c874aa18356f1 /internal | |
| parent | 4a21229d5a21030acac1669eebf80740c9bd339b (diff) | |
add TODO
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/types/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/types/types.go b/internal/types/types.go index 6756ed9..37d46a9 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -1,4 +1,5 @@ // These types mirror the C types from internal/c/types.h +// TODO: Move to internal/generated, and auto-generate this file! package types import ( |
