don't use the vanity URL

This commit is contained in:
Jaana Burcu Dogan
2016-09-02 12:46:29 -07:00
parent 2b9b998e47
commit 75dd2f2281
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ To preserve the name for its original owner, we renamed this project to hey.
## Installation
go get rakyll.org/pkg/hey
go get github.com/rakyll/hey
## Usage

2
hey.go
View File

@@ -13,7 +13,7 @@
// limitations under the License.
// Command hey is an HTTP load generator.
package main // import "rakyll.org/pkg/hey"
package main
import (
"flag"

View File

@@ -13,7 +13,7 @@
// limitations under the License.
// Package requester provides commands to run load tests and display results.
package requester // import "rakyll.org/pkg/hey/requester"
package requester
import (
"crypto/tls"