mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-21 12:00:40 +00:00
parent
94fff067a1
commit
e64d4ddcc1
@ -1,7 +1,10 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import "fmt"
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
)
|
||||||
|
|
||||||
func warnf(format string, values ...interface{}) {
|
func warnf(format string, values ...interface{}) {
|
||||||
fmt.Printf("WARN: "+format+"\n", values...)
|
fmt.Fprintf(os.Stderr, "WARN: "+format+"\n", values...)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user