package vo type Rect struct { Left int Top int Right int Bottom int }