Added Side Effect import for Windows Service

This commit is contained in:
Siva 2018-06-18 14:55:11 -04:00
parent 80c452b5de
commit a2e93ebaa5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"github.com/hashicorp/consul/command"
"github.com/hashicorp/consul/lib"
_ "github.com/hashicorp/consul/service_os"
"github.com/mitchellh/cli"
)