Issue #8: change iconv import to reflect typical github import path

This commit is contained in:
Donovan Jimenez 2013-08-19 12:33:08 -04:00
parent c6169bab90
commit 454e39a98f

View File

@ -3,7 +3,7 @@ package main
import (
"encoding/hex"
"fmt"
"iconv"
iconv "github.com/djimenez/iconv-go"
"io/ioutil"
"os"
)