summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-01-01 13:42:47 -0800
committerDavid Anderson <[email protected]>2017-01-01 13:42:47 -0800
commitb321571464ebd231043ead1e15f23dba1c02970c (patch)
treef87aa36cce7462c3ce73f0157fefb15bca0e3ea3 /main.go
parent55ba69dad29c3f6b3aec89789fc8a773cd776b28 (diff)
Add godoc comments to appease golint.
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 88e24b3..858bc74 100644
--- a/main.go
+++ b/main.go
@@ -53,6 +53,7 @@ func main() {
}
}
+// A Conn handles the TLS proxying of one user connection.
type Conn struct {
*net.TCPConn