Skip to content

Commit 5a3f666

Browse files
committed
fix(cmd/main.go): adds buildDate as unknown
1 parent 170ad6b commit 5a3f666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"fmt"
55
"os"
6-
"time"
76

87
storm "github.com/Overal-X/formatio.storm"
98
"github.com/spf13/cobra"
@@ -12,7 +11,7 @@ import (
1211
var (
1312
version = "dev" // default value
1413
commit = "none"
15-
buildDate = time.Now()
14+
buildDate = "unknown"
1615
)
1716

1817
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)