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

8 lines
96 B
Go
Raw Normal View History

2017-10-25 22:52:40 +02:00
package meta
import "golang.org/x/crypto/bcrypt"
func init() {
bcryptCost = bcrypt.MinCost
}