diff options
author | Wolfy-J <[email protected]> | 2019-01-11 16:25:14 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-11 16:25:14 +0300 |
commit | 59b0b8349c09d13bae256eac71ae678209db3668 (patch) | |
tree | 0c09431f4884f939daab705160e8a97e6ece0ee9 /qbuild/main.go | |
parent | a50c990c2b46723a8d5811170d42129ab26ff219 (diff) |
quickbuilds
Diffstat (limited to 'qbuild/main.go')
-rw-r--r-- | qbuild/main.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qbuild/main.go b/qbuild/main.go new file mode 100644 index 00000000..a065fe27 --- /dev/null +++ b/qbuild/main.go @@ -0,0 +1,14 @@ +package main + +import ( + "github.com/sirupsen/logrus" + rr "github.com/spiral/roadrunner/cmd/rr/cmd" + // -packages- // + // -commands- // +) + +func main() { + // -register- // + rr.Logger.Formatter = &logrus.TextFormatter{ForceColors: true} + rr.Execute() +} |