Added package header.

This commit is contained in:
Alex Sergeyev 2014-09-15 07:52:58 -04:00
parent 61db5487dd
commit c383d91f69
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Package idn implements encoding from and to punycode as speficied by RFC 3492.
package idn
import (