Skip to content

Commit

Permalink
Update main output message to reflect server name and add project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcgn committed Dec 29, 2024
1 parent 35ae63d commit 4a4b60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ func initFlags() {
}

func main() {
fmt.Println("Starting iot-ephemeral-value-store", Version, "Build:", BuildTime, "Commit:", Commit)
fmt.Println("Starting iot-ephemeral-value-store-server", Version, "Build:", BuildTime, "Commit:", Commit)
fmt.Println("https://github.com/dhcgn/iot-ephemeral-value-store")
fmt.Println("")

initFlags()

persistDuration, err := time.ParseDuration(persistDurationString)
Expand Down

0 comments on commit 4a4b60c

Please sign in to comment.