From d8f14e9f64bf85ba5f52582d022cf0e19978805e Mon Sep 17 00:00:00 2001 From: qiangxue Date: Mon, 9 Dec 2019 22:06:58 -0500 Subject: [PATCH] build break fix --- example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"` }