diff options
| -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 ( |
