diff options
author | David Anderson <[email protected]> | 2017-01-01 13:42:47 -0800 |
---|---|---|
committer | David Anderson <[email protected]> | 2017-01-01 13:42:47 -0800 |
commit | b321571464ebd231043ead1e15f23dba1c02970c (patch) | |
tree | f87aa36cce7462c3ce73f0157fefb15bca0e3ea3 /main.go | |
parent | 55ba69dad29c3f6b3aec89789fc8a773cd776b28 (diff) |
Add godoc comments to appease golint.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ func main() { } } +// A Conn handles the TLS proxying of one user connection. type Conn struct { *net.TCPConn |