Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
show Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Mar 20, 2015
1 parent 8751f48 commit 6b771fd
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 @@ -8,6 +8,7 @@ import (
"net/http"
"net/url"
"os"
"runtime"
"strings"
"time"

Expand Down Expand Up @@ -52,7 +53,7 @@ func main() {
flagSet.Parse(os.Args[1:])

if *showVersion {
fmt.Printf("google_auth_proxy v%s\n", VERSION)
fmt.Printf("google_auth_proxy v%s (built with %s)\n", VERSION, runtime.Version())
return
}

Expand Down

0 comments on commit 6b771fd

Please sign in to comment.