This commit is contained in:
Shawn Smith
2019-10-02 08:37:54 +09:00
parent c2aae3355c
commit 41818f5fd2

View File

@@ -1,9 +1,9 @@
package main
import (
"encoding/json"
"flag"
"fmt"
"encoding/json"
"log"
"os"
@@ -14,7 +14,7 @@ var (
dir = flag.String("d", ".", "Root directory of your Go application")
verbose = flag.Bool("v", false, "Verbose output")
th = flag.Float64("t", 0, "Threshold of failure command")
jsn = flag.Bool("j", false, "JSON output. The binary will always exit with code 0")
jsn = flag.Bool("j", false, "JSON output. The binary will always exit with code 0")
)
func main() {