From 85330a67c650f6063276d9fcb573af6e2bc48b5b Mon Sep 17 00:00:00 2001 From: Katrina Ellison Geltman Date: Mon, 23 Oct 2017 17:23:17 -0400 Subject: [PATCH] Explicitly specify type of DomainState constants --- libvirt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.go b/libvirt.go index 8890acc..0368315 100644 --- a/libvirt.go +++ b/libvirt.go @@ -360,7 +360,7 @@ type DomainState uint32 const ( // DomainStateNoState No state - DomainStateNoState = iota + DomainStateNoState DomainState = iota // DomainStateRunning The domain is running DomainStateRunning // DomainStateBlocked The domain is blocked on resource