diff options
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 ( |