mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
fix import ordering
This commit is contained in:
parent
8350dbbf8c
commit
db1917763c
2
main.go
2
main.go
@ -2,7 +2,6 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/senorprogrammer/wtf/resourceusage"
|
||||
"log"
|
||||
"os"
|
||||
"time"
|
||||
@ -40,6 +39,7 @@ import (
|
||||
"github.com/senorprogrammer/wtf/newrelic"
|
||||
"github.com/senorprogrammer/wtf/opsgenie"
|
||||
"github.com/senorprogrammer/wtf/power"
|
||||
"github.com/senorprogrammer/wtf/resourceusage"
|
||||
"github.com/senorprogrammer/wtf/security"
|
||||
"github.com/senorprogrammer/wtf/spotify"
|
||||
"github.com/senorprogrammer/wtf/spotifyweb"
|
||||
|
Loading…
x
Reference in New Issue
Block a user