Updated README.md with note about cgo requirement

This commit is contained in:
Donovan Jimenez 2013-12-19 12:13:16 -05:00
parent 454e39a98f
commit 5f6a5a4f00

View File

@ -12,6 +12,8 @@ use "go install" instead.
See documentation for "go get" and "go install" for more information. See documentation for "go get" and "go install" for more information.
__PLEASE NOTE__ that this package requires the use of cgo, since it is only a wrapper around iconv - either provided by libiconv or glibc on your system. Attempts to build without cgo enabled will fail.
# Usage # Usage
To use the package, you'll need the appropriate import statement: To use the package, you'll need the appropriate import statement: