summaryrefslogtreecommitdiff
path: root/pkg/binstruct/structs.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-05-30 12:00:39 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2022-05-30 12:00:39 -0400
commit8576e5f207f9d3b7c6324ed71a3ca6a005f9ae7c (patch)
tree1ff3001f73011a96aa603ec2eda7d29ce4885d47 /pkg/binstruct/structs.go
parent04d6677e52352a7e3ec791e3e817cfe3865e7d6d (diff)
ahhhh
Diffstat (limited to 'pkg/binstruct/structs.go')
-rw-r--r--pkg/binstruct/structs.go11
1 files changed, 11 insertions, 0 deletions
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 {
+}