use full package path to dfproto to make go get work
2 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M dfproto/CoreProtocol.pb.go
M README.md +4 -1
@@ 8,7 8,7 @@ Installation:
 
 	go get bitbucket.org/telesto/hackurist
 
-API Documentation: (http://godoc.org/bitbucket.org/telesto/hackurist)
+API Documentation: http://godoc.org/bitbucket.org/telesto/hackurist
 
 
 command line tool

          
@@ 19,6 19,9 @@ Installation:
 
 	go get bitbucket.org/telesto/hackurist/cmd/hackurist
 
+Download:
+
+
 Usage: See
 
 	hackurist -h

          
M dfproto/CoreProtocol.pb.go +1 -1
@@ 22,7 22,7 @@ It has these top-level messages:
 	CoreRunCommandRequest
 	CoreRunLuaRequest
 */
-package dfproto
+package bitbucket.org/telesto/liburist/rpc/dfproto
 
 import proto "github.com/golang/protobuf/proto"
 import math "math"