From f87825cac7b1ae3311a31a2093bcb00065667ba6 Mon Sep 17 00:00:00 2001 From: Artemiy Ryabinkov Date: Thu, 11 Jul 2019 21:38:29 +0300 Subject: [PATCH] remove TODO that PR will not cover Signed-off-by: Artemiy Ryabinkov --- conn.go | 1 - 1 file changed, 1 deletion(-) diff --git a/conn.go b/conn.go index 76e09e73..e195bb2f 100644 --- a/conn.go +++ b/conn.go @@ -108,7 +108,6 @@ type ConnConfig struct { Port uint16 Database string User string // default: OS user name - // TODO: Allow password to be different for each host/port pair if a password file is used Password string TLSConfig *tls.Config // config for TLS connection -- nil disables TLS UseFallbackTLS bool // Try FallbackTLSConfig if connecting with TLSConfig fails. Used for preferring TLS, but allowing unencrypted, or vice-versa