Skip to content

Commit

Permalink
Revert setting of default date value. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay authored Aug 22, 2019
1 parent 0aab530 commit 1ffd3c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/stack/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ import (
"os"
"os/exec"
"strings"
"time"

"github.com/spf13/viper"
)

// Take ldflags from GoReleaser
//nolint
var (
version, commit, builtBy string
date = time.Now().UTC().String()
version, commit, date, builtBy string
)

func main() {
Expand Down

0 comments on commit 1ffd3c5

Please sign in to comment.