Skip to content

distatus/go-plist

This branch is 1 commit ahead of, 73 commits behind DHowett/go-plist:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2016
Nov 28, 2013
Dec 13, 2013
Jul 8, 2016
Dec 14, 2013
Jan 12, 2015
Dec 14, 2013
Dec 14, 2013
Dec 14, 2013
Dec 14, 2013
Dec 14, 2013
Dec 30, 2015
Jul 8, 2016
Dec 10, 2013
Dec 5, 2013
Dec 14, 2013
Dec 12, 2013
Jul 8, 2016
Dec 13, 2013
Mar 23, 2015
Nov 28, 2013
Dec 14, 2013
Dec 5, 2013
Nov 30, 2013
Aug 27, 2016
Dec 14, 2013

Repository files navigation

plist - A pure Go property list transcoder

INSTALL

$ go get howett.net/plist

FEATURES

  • Supports encoding/decoding property lists (Apple XML, Apple Binary, OpenStep and GNUStep) from/to arbitrary Go types

USE

package main
import (
	"howett.net/plist"
	"os"
)
func main() {
	encoder := plist.NewEncoder(os.Stdout)
	encoder.Encode(map[string]string{"hello": "world"})
}

About

A pure Go Apple Property List transcoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%