mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
5 lines
65 B
Go
5 lines
65 B
Go
package layout
|
|
|
|
type Area struct {
|
|
minX, minY, maxX, maxY int
|
|
}
|