Silence all warnings of golint not related to missing comments.

This commit is contained in:
Sascha L. Teichmann
2016-04-24 12:41:58 +02:00
parent cf14aed031
commit ea57c7c35f
6 changed files with 40 additions and 38 deletions

View File

@ -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