1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

Separate standard lib imports from remote imports

This commit is contained in:
Sam
2019-10-21 13:57:26 -04:00
parent 707195232e
commit 514059e990

View File

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