From 2e8b3e5670ec605d2f0dfbaee46eefd5c8010f60 Mon Sep 17 00:00:00 2001 From: David Arroyo Date: Sat, 2 Nov 2013 00:12:14 -0400 Subject: [PATCH] Correct import path --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c5882cc..efa1b71 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ 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 go.aqwari.us/encoding/ndb` + `go get aqwari.net/exp/ndb` Once installed, documentation can be viewed with the godoc tool.