Skip to content

Commit

Permalink
set current time
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Dec 20, 2019
1 parent 2a0d220 commit a5d8d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"log"
"os"
"time"

"github.com/matthiasng/service-shark/cli"
"github.com/matthiasng/service-shark/command"
Expand All @@ -14,7 +15,7 @@ import (
var (
version = "dev"
commit = "none"
date = "unknown"
date = time.Now().Format(time.RFC3339)
)

var (
Expand Down

0 comments on commit a5d8d13

Please sign in to comment.