Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Add copyright information to -version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Oct 13, 2020
1 parent 3a08755 commit e063c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Expand Up @@ -23,6 +23,7 @@ import (
var (
programName = "syg_go"
version = "v0.1.3"
copyright = "Copyright (c) 2020 Timur Demin"
)

var (
Expand All @@ -40,7 +41,7 @@ func main() {
flag.Parse()
if *displayVersion {
println(programName, version)
// TODO: add license and author information
println(copyright)
return
}

Expand Down

0 comments on commit e063c85

Please sign in to comment.