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 {
TimeTag OSCTimeTag
Contents []OSCPacket
TimeTag OSCTimeTag
}
type OSCArg struct {
Type string
Value any
Type string
}
type OSCMessage struct {