forked from DHowett/go-plist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation: Move encoding/decoding docs to Marshal/Unmarshal.
- Loading branch information
Showing
3 changed files
with
61 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// 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 Encode and Decode functions. | ||
// The mapping between property list and Go objects is described in the documentation for the Marshal and Unmarshal functions. | ||
package plist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters