From 249a2ecbad7684df82d6d04312270ebd1c6b8e9b Mon Sep 17 00:00:00 2001 From: taknb2nch Date: Sat, 15 Feb 2014 17:01:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pop3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop3.go b/pop3.go index 4c6ca6d..6340cba 100644 --- a/pop3.go +++ b/pop3.go @@ -34,7 +34,7 @@ type Client struct { conn net.Conn } -//Dial returns a new Client connected to an POP server at addr. +// Dial returns a new Client connected to an POP server at addr. // The addr must include a port number. func Dial(addr string) (*Client, error) { conn, err := net.Dial("tcp", addr)