add vanity URL
This commit is contained in:
@@ -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
2
hey.go
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user