1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

fix(exchange) package name

This commit is contained in:
Brian Tiger Chow
2014-09-19 00:08:15 -07:00
parent 0c67019447
commit 7975ffe721

View File

@ -1,4 +1,4 @@
package bitswap
package exchange
import (
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"