1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-19 05:44:23 +00:00
share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go
Knut Ahlers 8f80d158ca
Move CLI util
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-02 19:12:46 +01:00

13 lines
217 B
Go

// +build integration
//Package performance provides gucumber integration tests support.
package performance
import (
"github.com/gucumber/gucumber"
)
func init() {
gucumber.Before("@performance", func() {
})
}