# Cannot find package "github.com/ipfs/go-ipfs/core/corenet"

**URL:** https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871
**Category:** Help
**Tags:** go-ipfs
**Created:** [August 2, 2017, 6:07am UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871 "2017-08-02T06:07:41Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![needkane](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/needkane/32/2584_2.png) [@needkane](https://discuss.ipfs.tech/u/needkane)
#### Post date: [August 2, 2017, 6:07am UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/1 "2017-08-02T06:07:41Z")

</div>

example :[https://ipfs.io/ipfs/QmNZiPk974vDsPmQii3YbrMKfi12KTSNM7XMiYyiea4VYZ/example#/ipfs/QmP8WUPq2braGQ8iZjJ6w9di6mzgoTWyRLayrMRjjDoyGr/api/service/readme.md](https://ipfs.io/ipfs/QmNZiPk974vDsPmQii3YbrMKfi12KTSNM7XMiYyiea4VYZ/example#/ipfs/QmP8WUPq2braGQ8iZjJ6w9di6mzgoTWyRLayrMRjjDoyGr/api/service/readme.md)

import “[github.com/ipfs/go-ipfs/core/corenet](http://github.com/ipfs/go-ipfs/core/corenet)” ,but cannot find

---

<div class="post-metadata">

### Author: ![hector](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/hector/32/178_2.png) [@hector](https://discuss.ipfs.tech/u/hector)
#### Post date: [August 2, 2017, 10:13am UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/2 "2017-08-02T10:13:55Z")

</div>

You need to check-out the go-ipfs sources and place them in your GOPATH.

`go get -u -d github.com/ipfs/go-ipfs` probably works for that. See: [https://github.com/ipfs/go-ipfs/#download-and-compile-ipfs](https://github.com/ipfs/go-ipfs/#download-and-compile-ipfs)

---

<div class="post-metadata">

### Author: ![Kubuxu](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/kubuxu/32/17_2.png) [@Kubuxu](https://discuss.ipfs.tech/u/Kubuxu)
#### Post date: [August 2, 2017, 1:21pm UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/3 "2017-08-02T13:21:46Z")

</div>

`github.com/ipfs/go-ipfs/core/corenet` was moved and changed. I am not sure how to resolve it.

---

<div class="post-metadata">

### Author: ![hermanjunge](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/hermanjunge/32/168_2.png) [@hermanjunge](https://discuss.ipfs.tech/u/hermanjunge)
#### Post date: [August 2, 2017, 2:55pm UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/4 "2017-08-02T14:55:48Z")

</div>

Some overhauling is needed. I remember that just changing the libs won’t do, since there are some functionality changes.

---

<div class="post-metadata">

### Author: ![Magik6k](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/magik6k/32/2318_2.png) [@Magik6k](https://discuss.ipfs.tech/u/Magik6k)
#### Post date: [August 3, 2017, 7:32am UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/5 "2017-08-03T07:32:07Z")

</div>

This API has been replaced with [https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-p2p](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-p2p). You should be able to do all the same things with it. If you think it can be somehow improved, comment on [https://github.com/ipfs/go-ipfs/issues/3994](https://github.com/ipfs/go-ipfs/issues/3994).

---

<div class="post-metadata">

### Author: ![needkane](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/needkane/32/2584_2.png) [@needkane](https://discuss.ipfs.tech/u/needkane)
#### Post date: [August 10, 2017, 3:41am UTC](https://discuss.ipfs.tech/t/cannot-find-package-github-com-ipfs-go-ipfs-core-corenet/871/6 "2017-08-10T03:41:11Z")

</div>

I have dowload go-ipfs source code,but there is not "[github.com/ipfs/go-ipfs/core/corenet](http://github.com/ipfs/go-ipfs/core/corenet)
