diff options
author | Wolfy-J <[email protected]> | 2019-05-04 00:08:48 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 00:08:48 +0300 |
commit | 8a2f79a622e9b3b6e20718a257bfdaaf8dbb8747 (patch) | |
tree | ec41356d3e421284f44d8c82f3b297e5c8ab2c7a /src/qbuild/main.go | |
parent | 29a87eb5df249c3559fdfea3b6b0cc296021e271 (diff) |
console command
Diffstat (limited to 'src/qbuild/main.go')
-rw-r--r-- | src/qbuild/main.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/qbuild/main.go b/src/qbuild/main.go deleted file mode 100644 index a065fe27..00000000 --- a/src/qbuild/main.go +++ /dev/null @@ -1,14 +0,0 @@ -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() -} |