1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00
vsphere-influxdb-go/vendor/github.com/influxdata/influxdb/services/meta/meta_test.go
2017-10-25 20:52:40 +00:00

8 lines
96 B
Go

package meta
import "golang.org/x/crypto/bcrypt"
func init() {
bcryptCost = bcrypt.MinCost
}