Skip to content

Commit

Permalink
build break fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Dec 10, 2019
1 parent 5b2170d commit d8f14e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
)

type Config struct {
Host string
Port int
Host string
Port int
Password string `env:",secret"`
}

Expand Down

0 comments on commit d8f14e9

Please sign in to comment.