@cryptotaxi247 / kubo / commits / 5141fb0c8

fix import path of generated proto files

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Sep 3, 2015 at 12:54 UTC 5141fb0c8aab696db8f5bae4fcf2b28d89ec2a56
1 file changed +1 -1
unixfs/pb/unixfs.pb.go
+1 -1
@@ -14,7 +14,7 @@ It has these top-level messages:
14 */
15 package unixfs_pb
16
17 -import proto "github.com/gogo/protobuf/proto"
17 +import proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
18 import math "math"
19
20 // Reference imports to suppress errors if they are not otherwise used.