mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
8 lines
96 B
Go
8 lines
96 B
Go
package meta
|
|
|
|
import "golang.org/x/crypto/bcrypt"
|
|
|
|
func init() {
|
|
bcryptCost = bcrypt.MinCost
|
|
}
|