From cd5959fe5ab04786cd5dee3cf09f725229ae7c7b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 13:35:48 +0900 Subject: 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 --- container/std/types.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 container/std/types.go (limited to 'container/std/types.go') 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 -) -- cgit v1.3.1