From 8576e5f207f9d3b7c6324ed71a3ca6a005f9ae7c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 May 2022 12:00:39 -0400 Subject: ahhhh --- pkg/binstruct/structs.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/binstruct/structs.go (limited to 'pkg/binstruct/structs.go') diff --git a/pkg/binstruct/structs.go b/pkg/binstruct/structs.go new file mode 100644 index 0000000..6f971d5 --- /dev/null +++ b/pkg/binstruct/structs.go @@ -0,0 +1,11 @@ +package binstruct + +import ( + "reflect" +) + +type structHandler struct { +} + +func getStructHandler(typ reflect.Type) structHandler { +} -- cgit v1.2.3-2-g168b