lima icon indicating copy to clipboard operation
lima copied to clipboard

simplify `FillDefault()` using reflects

Open AkihiroSuda opened this issue 3 years ago • 0 comments

The type of CPUType map[Arch]string is now changed to map[Arch]*string, as pkg/reflectutil.Merge() is designed to distinguish "empty" from "nil".

AkihiroSuda avatar Sep 27 '22 00:09 AkihiroSuda