1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fix import ordering

This commit is contained in:
Nicholas Eden 2018-11-22 08:28:17 -08:00
parent 8350dbbf8c
commit db1917763c

View File

@ -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"