diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-05-30 12:00:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-05-30 12:00:39 -0400 |
commit | 8576e5f207f9d3b7c6324ed71a3ca6a005f9ae7c (patch) | |
tree | 1ff3001f73011a96aa603ec2eda7d29ce4885d47 /pkg/binstruct/l2.go | |
parent | 04d6677e52352a7e3ec791e3e817cfe3865e7d6d (diff) |
ahhhh
Diffstat (limited to 'pkg/binstruct/l2.go')
-rw-r--r-- | pkg/binstruct/l2.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/binstruct/l2.go b/pkg/binstruct/l2.go index c9b9a9c..4f05d96 100644 --- a/pkg/binstruct/l2.go +++ b/pkg/binstruct/l2.go @@ -1,3 +1,6 @@ +//go:build old +// +build old + package binstruct import ( |