aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/std/types.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-17 13:35:48 +0900
committerOphestra <cat@gensokyo.uk>2026-03-17 13:39:26 +0900
commitcd5959fe5ab04786cd5dee3cf09f725229ae7c7b (patch)
treec0dae3f950528e7c3b6d7359441ee8aeb9a488cd /container/std/types.go
parent08c35ca24fabc41268411cec14ea386a6d87ece9 (diff)
ext: isolate from container/std
These are too general to belong in the container package. This targets the v0.4 release to reduce the wrapper maintenance burden. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/std/types.go')
-rw-r--r--container/std/types.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/container/std/types.go b/container/std/types.go
deleted file mode 100644
index e1b53063..00000000
--- a/container/std/types.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package std
-
-type (
- // Uint is equivalent to C.uint.
- Uint uint32
- // Int is equivalent to C.int.
- Int int32
-)