v0.5
This commit is contained in:
parent
48f59604a6
commit
374604fae2
2 changed files with 6 additions and 7 deletions
|
@ -8,14 +8,13 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/fsnotify/fsnotify"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/khlieng/dispatch/assets"
|
||||
"github.com/khlieng/dispatch/server"
|
||||
"github.com/khlieng/dispatch/storage"
|
||||
"github.com/khlieng/dispatch/storage/bleve"
|
||||
"github.com/khlieng/dispatch/storage/boltdb"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
const logo = `
|
||||
|
@ -25,7 +24,7 @@ const logo = `
|
|||
| |_| || |\__ \| |_) || (_| || |_| (__ | | | |
|
||||
|____/ |_||___/| .__/ \__,_| \__|\___||_| |_|
|
||||
|_|
|
||||
v0.4
|
||||
v0.5
|
||||
`
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue