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

Loading…
Cancel
Save