mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-06 01:50:42 +02:00
Silence all warnings of golint not related to missing comments.
This commit is contained in:
@ -292,8 +292,9 @@ func areasContain(areas []Area, x, z int16) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Greedy algorithm to figure out a list of disjunct areas
|
||||
// of free regions in the domain to the (x, z) block plane.
|
||||
// UncoveredAreas implements a greedy algorithm to figure out
|
||||
// a list of disjunct areas of free regions in the domain
|
||||
// to the (x, z) block plane.
|
||||
// oldAreas are searched and found free areas are appended
|
||||
// to newAreas which ist return.
|
||||
// This is useful to spatial query only blocks from db
|
||||
|
Reference in New Issue
Block a user