From db1917763c0849cc4e690a5cd7623e35bfe4eaca Mon Sep 17 00:00:00 2001 From: Nicholas Eden Date: Thu, 22 Nov 2018 08:28:17 -0800 Subject: [PATCH] fix import ordering --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3a03d7a4..1e67c3b3 100644 --- a/main.go +++ b/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"