From cf4ff8e92faf6311a73ce3d4a0fcd68ea11dc14b Mon Sep 17 00:00:00 2001 From: strandmon Date: Sun, 26 Jan 2014 08:37:38 -0800 Subject: Update path in README to match Go convention. Read http://golang.org/doc/code.html if you don't know why I made this change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fb65b..581fdda 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ package main import ( "net/url" - "sleepy" + "github.com/dougblack/sleepy" ) type Item struct { -- cgit