Files
mkcert/vendor/github.com/DHowett/go-plist/doc.go
2018-06-25 01:32:41 -04: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