From 514059e990b0e27e17d078fd84a9d817fcd28e84 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 21 Oct 2019 13:57:26 -0400 Subject: [PATCH] Separate standard lib imports from remote imports --- mage.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mage.go b/mage.go index 1cb2fcd..c9346e4 100644 --- a/mage.go +++ b/mage.go @@ -5,12 +5,13 @@ package main import ( "encoding/json" "fmt" - "github.com/magefile/mage/mg" - "github.com/magefile/mage/sh" "io/ioutil" "net/http" "os" "strings" + + "github.com/magefile/mage/mg" + "github.com/magefile/mage/sh" ) // emoji related constants