Skip to content

Commit

Permalink
Print arguments on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
orlangure committed Jan 8, 2021
1 parent 22e1efe commit 2a79804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ func main() {
env1 := os.Getenv("GNOMOCK_TEST_1")
env2 := os.Getenv("GNOMOCK_TEST_2")

fmt.Println("received args:", os.Args[1:])
fmt.Printf("starting with env1 = '%s', env2 = '%s'\n", env1, env2)

mux80 := http.NewServeMux()
Expand Down

0 comments on commit 2a79804

Please sign in to comment.