From bf451c513cb07109002c47221c217ae926155811 Mon Sep 17 00:00:00 2001 From: David Arroyo Date: Mon, 15 Jul 2013 10:30:54 -0400 Subject: [PATCH] Wrote README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..6b6ad37 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +This is library loads lines of text in a simple attr=value format into +arbitrary Go data structures, and encodes Go data structures into +lines of text in the same format. The format is inspired by the Plan 9 +network database format, seen here: + +http://plan9.bell-labs.com/magic/man2html/6/ndb + +The format is the same, except that values may be quoted with single +quotes to contain white space. The package can be installed with `go get`. +Once installed, documentation can be viewed with the godoc tool. +