Registry / serialization / twpayne-go-kml

twpayne-go-kml

JSON →
library1.5.2gogounverified

Package kml provides convenience methods for creating and writing KML documents.

go get github.com/twpayne/go-kml
INSTALL
IMPORT
SIG · TWPAYNE-GO-KML
T
twpayne-go-kml
serializationgov1.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kml
✓ github.com/twpayne/go-kml

Creates a simple KML document with a placemark and writes it to stdout.

package main import ( "os" "github.com/twpayne/go-kml" ) func main() { k := kml.KML(kml.Placemark(kml.Name("Hello"))) k.WriteIndent(os.Stdout, "", " ") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
twpayne-go-kml — go get twpayne-go-kml · libregistry