fix package comment.

This commit is contained in:
taknb2nch
2014-02-25 11:57:45 +09:00
parent 093f2bf740
commit b46dbc2f44

View File

@@ -1,4 +1,4 @@
// Package pop3 implements the Post Office Protocol version 3. // Package pop3 provides simple POP3 Client.
package pop3 package pop3
import ( import (