summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-19 13:47:04 +0200
committerPaul Buetow <paul@buetow.org>2024-02-19 13:47:04 +0200
commitd5dcacdf9e5bca9aabac29981cdd1936fc7f3c55 (patch)
tree37f80a9ba3064512d39dc05f9e2c874aa18356f1
parent4a21229d5a21030acac1669eebf80740c9bd339b (diff)
add TODO
-rw-r--r--internal/types/types.go1
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 (