Skip to content

Commit f29febe

Browse files
authored
chore: add godoc comments (#543)
Replace the single block comment with individual godoc-style comments. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
1 parent 7910bed commit f29febe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

builder/vmware/common/driver.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ const (
125125
cdromAdapterSata = "sata"
126126
cdromAdapterScsi = "scsi"
127127

128-
// USB version types.
128+
// UsbVersion20 defines the USB version 2.0 for virtual machines.
129129
UsbVersion20 = "2.0"
130+
// UsbVersion31 defines the USB version 3.1 for virtual machines.
130131
UsbVersion31 = "3.1"
132+
// UsbVersion32 defines the USB version 3.2 for virtual machines.
131133
UsbVersion32 = "3.2"
132134

133135
// Shutdown operation timings.

0 commit comments

Comments
 (0)