From c4298513d4af719e6219d9c440a0533824501a8a Mon Sep 17 00:00:00 2001 From: David Arroyo Date: Sat, 2 Nov 2013 00:17:10 -0400 Subject: [PATCH] =?UTF-8?q?testing=20github=20web=20hooks=E2=90=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index efa1b71..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ -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 aqwari.net/exp/ndb` - -Once installed, documentation can be viewed with the godoc tool. -