Browse Source

Added Side Effect import for Windows Service

pull/4244/head
Siva 7 years ago
parent
commit
e5ad1dd576
  1. 1
      main.go

1
main.go

@ -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"
)

Loading…
Cancel
Save