mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 08:47:24 +00:00
gofmt changes
This commit is contained in:
5
mage.go
5
mage.go
@ -5,12 +5,12 @@ 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/sh"
|
||||
"github.com/magefile/mage/mg"
|
||||
)
|
||||
|
||||
// emoji related constants
|
||||
@ -117,4 +117,3 @@ func BuildBeta() {
|
||||
mg.Deps(BuildEmoji)
|
||||
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd,emojiList")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user