fieldalignment tool

This commit is contained in:
2024-12-26 14:57:40 -06:00
parent 0928352a57
commit 5965c10942
+2 -2
View File
@@ -5,13 +5,13 @@ type OSCPacket interface {
} }
type OSCBundle struct { type OSCBundle struct {
TimeTag OSCTimeTag
Contents []OSCPacket Contents []OSCPacket
TimeTag OSCTimeTag
} }
type OSCArg struct { type OSCArg struct {
Type string
Value any Value any
Type string
} }
type OSCMessage struct { type OSCMessage struct {