doc.go 347 B

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