mirror of
https://github.com/onyx-and-iris/gignore.git
synced 2025-04-03 20:23:53 +01:00
log gen message at info level
This commit is contained in:
parent
f262277aca
commit
eba8dd0113
@ -2,15 +2,15 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/cuonglm/gogi"
|
"github.com/cuonglm/gogi"
|
||||||
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("Generating gitignore.io templates...")
|
log.Info("Generating gitignore.io templates...")
|
||||||
|
|
||||||
gogiClient, _ := gogi.NewHTTPClient()
|
gogiClient, _ := gogi.NewHTTPClient()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user