Browse Source

gofmt changes

pull/3/head
David Haukeness 5 years ago
parent
commit
c3104b3695
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 5
      mage.go

5
mage.go

@ -5,12 +5,12 @@ 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/sh"
"github.com/magefile/mage/mg"
) )
// emoji related constants // emoji related constants
@ -117,4 +117,3 @@ func BuildBeta() {
mg.Deps(BuildEmoji) mg.Deps(BuildEmoji)
sh.Run("go", "build", "-tags", "allcommands,showreactionscmd,emojiList") sh.Run("go", "build", "-tags", "allcommands,showreactionscmd,emojiList")
} }

Loading…
Cancel
Save