format repo with "gofumpt" tool
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
package server
|
||||
|
||||
type Pos struct{ X, Y, Z float64 }
|
||||
type Rot struct{ Yaw, Pitch float32 }
|
||||
type (
|
||||
Pos struct{ X, Y, Z float64 }
|
||||
Rot struct{ Yaw, Pitch float32 }
|
||||
)
|
||||
|
Reference in New Issue
Block a user