Update davecheney/profile repo location. (#1328)

It has moved to https://github.com/pkg/profile.
This commit is contained in:
hamper 2017-03-26 08:13:42 +03:00 committed by Dmitri Shuralyov
parent ce552d6d6d
commit 7bb3c0cab0

View File

@ -1141,7 +1141,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool. * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool.
* [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency. * [pester](https://github.com/sethgrid/pester) - Go HTTP client calls with retries, backoff, and concurrency.
* [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API. * [pm](https://github.com/VividCortex/pm) - Process (i.e. goroutine) manager with an HTTP API.
* [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go. * [profile](https://github.com/pkg/profile) - Simple profiling support package for Go.
* [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs. * [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs.
* [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. * [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths.
* [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™.