Added structutils
This commit is contained in:
brent saner
2024-04-13 13:04:17 -04:00
parent 70d6c2cbb3
commit b87934e8a9
4 changed files with 374 additions and 0 deletions

5
structutils/types.go Normal file
View File

@@ -0,0 +1,5 @@
package structutils
type (
tagMapOpt uint8
)