removed explicit set to nil

pull/942/head
Ata 5 years ago committed by GitHub
parent 5fd5d64304
commit ba243b1d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,7 @@ func Virtualization() (string, string, error) {
return VirtualizationWithContext(context.Background())
}
var virtualizationCache map[string]string = nil
var virtualizationCache map[string]string
func VirtualizationWithContext(ctx context.Context) (string, string, error) {
// if cached already, return from cache

Loading…
Cancel
Save