go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.26k stars 193 forks source link

[bug report] internal/build/nocgo.go has typo #813

Closed lufishggg closed 2 years ago

lufishggg commented 2 years ago

Should not use build.Tags = append(build.Tags, "noCGO"), should be Tags = append(Tags, "noCGO"), because it is in the package build