mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 02:33:49 +00:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
13
vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go
generated
vendored
Normal file
13
vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build integration
|
||||
|
||||
//Package performance provides gucumber integration tests support.
|
||||
package performance
|
||||
|
||||
import (
|
||||
"github.com/gucumber/gucumber"
|
||||
)
|
||||
|
||||
func init() {
|
||||
gucumber.Before("@performance", func() {
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user