Browse Source

Separate standard lib imports from remote imports

pull/25/head
Sam 5 years ago
parent
commit
514059e990
  1. 5
      mage.go

5
mage.go

@ -5,12 +5,13 @@ package main
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/magefile/mage/mg"
"github.com/magefile/mage/sh"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"os" "os"
"strings" "strings"
"github.com/magefile/mage/mg"
"github.com/magefile/mage/sh"
) )
// emoji related constants // emoji related constants

Loading…
Cancel
Save