Migrate to dep 0.4
This commit is contained in:
parent
dbd173b4e4
commit
7b19cb5631
255 changed files with 2233 additions and 35153 deletions
20
vendor/github.com/vulcand/vulcand/main.go
generated
vendored
20
vendor/github.com/vulcand/vulcand/main.go
generated
vendored
|
@ -1,20 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"runtime"
|
||||
|
||||
"github.com/vulcand/vulcand/plugin/registry"
|
||||
"github.com/vulcand/vulcand/service"
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
if err := service.Run(registry.GetRegistry()); err != nil {
|
||||
fmt.Printf("Service exited with error: %s\n", err)
|
||||
os.Exit(255)
|
||||
} else {
|
||||
fmt.Println("Service exited gracefully")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue