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