[go: nahoru, domu]

Skip to content

Commit

Permalink
feat: print version string when starting the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Dec 20, 2023
1 parent 3dd39bd commit 9f52357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/certstream-server-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func main() {
}

log.SetFlags(log.LstdFlags | log.Lshortfile)
log.Printf("Starting certstream-server-go v%s\n", config.Version)

conf, err := config.ReadConfig(*configFile)
if err != nil {
Expand Down

0 comments on commit 9f52357

Please sign in to comment.