1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 12:07:23 +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 (
"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