mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-20 22:19:23 +00:00
8 lines
96 B
Go
8 lines
96 B
Go
package meta
|
|
|
|
import "golang.org/x/crypto/bcrypt"
|
|
|
|
func init() {
|
|
bcryptCost = bcrypt.MinCost
|
|
}
|