diff --git a/example_test.go b/example_test.go index 4d7315d..05d0356 100644 --- a/example_test.go +++ b/example_test.go @@ -8,8 +8,8 @@ import ( ) type Config struct { - Host string - Port int + Host string + Port int Password string `env:",secret"` }