mkcert/vendor/howett.net/plist/doc.go
Filippo Valsorda 72ec55f07f Import howett.net/plist by its correct name
Also bumping the version to one with a go.mod.
2019-06-02 12:57:09 +01:00

6 lines
347 B
Go

// Package plist implements encoding and decoding of Apple's "property list" format.
// Property lists come in three sorts: plain text (GNUStep and OpenStep), XML and binary.
// plist supports all of them.
// The mapping between property list and Go objects is described in the documentation for the Marshal and Unmarshal functions.
package plist