add vanity URL

This commit is contained in:
Jaana Burcu Dogan
2016-09-02 03:27:53 -07:00
parent e088812dd4
commit fae7ad4b1a
3 changed files with 3 additions and 3 deletions

View File

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

2
hey.go
View File

@@ -13,7 +13,7 @@
// limitations under the License.
// Command hey is an HTTP load generator.
package main
package main // import "rakyll.org/pkg/hey"
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
package requester // import "rakyll.org/pkg/hey/requester"
import (
"crypto/tls"