Skip to content

Commit 8a790ff

Browse files
Roasbeefguggero
authored andcommitted
mod+tlv: add new Blob type alias, add go.work
In this commit, we add a new type alias for a blob type. This type can be used in areas where a byte slice is used to store a TLV value, which may be a fully opaque nested TLV. We also commit our go.work file to ensure the changes that follow can always build.
1 parent 002787f commit 8a790ff

File tree

5 files changed

+736
-25
lines changed

5 files changed

+736
-25
lines changed

go.work

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
go 1.22.0
2+
3+
use (
4+
.
5+
./tlv
6+
)

0 commit comments

Comments
 (0)