Bus experiment

This commit is contained in:
Torkel Ödegaard
2014-11-28 22:16:49 +01:00
parent a799fac983
commit 246f41b88a
6 changed files with 95 additions and 283 deletions

View File

@ -4,6 +4,7 @@ import (
"os"
"runtime"
"github.com/torkelo/grafana-pro/pkg/bus"
"github.com/torkelo/grafana-pro/pkg/cmd"
"github.com/codegangsta/cli"
@ -16,6 +17,8 @@ func init() {
}
func main() {
bus.InitBus()
app := cli.NewApp()
app.Name = "Grafana Pro"
app.Usage = "Grafana Pro Service"