Skip to content
Snippets Groups Projects
Commit 1d193a41ad65 authored by Florent Aide's avatar Florent Aide
Browse files

cmd: reorg imports

parent 85d1ae645179
No related branches found
No related tags found
No related merge requests found
package cmd
import (
"fmt"
"os"
"time"
......@@ -4,7 +6,3 @@
"time"
"fmt"
"github.com/rs/zerolog"
"orus.io/cloudcrane/beaver/lib"
"os"
"github.com/orus-io/go-flags"
......@@ -9,5 +7,8 @@
"github.com/orus-io/go-flags"
"github.com/rs/zerolog"
beaver "orus.io/cloudcrane/beaver/lib"
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment