fieldalignmenttool

This commit is contained in:
2024-12-26 14:55:33 -06:00
parent 610344e706
commit f8fde1a796
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ type InfoTrackerNameChunkData struct {
}
type InfoTrackerNameChunk struct {
Chunk Chunk
Data InfoTrackerNameChunkData
Chunk Chunk
}
func DecodeInfoTrackerNameChunk(bytes []byte) (InfoTrackerNameChunk, error) {