导航

2014年11月19日

摘要: 在网上搜索golang编码转化时,我们经常看到的文章是使用下面一些第三方库: https://github.com/djimenez/iconv-go https://github.com/qiniu/iconv 如果我们在windows下使用这个库,会看到错误: iconv.go:6:20: fatal error: iconv.h: No such file or directory ... 阅读全文

posted @ 2014-11-19 14:46 蝈蝈俊 阅读(9186) 评论(0) 推荐(0)

摘要: 有时候我们会碰到下面错误:code.google.com certificate error: certificate is for www.google.com,类似如下: D:\>go get code.google.com/p/go-charset # cd .; hg clone -U https://code.google.com/p/go-charset d:\mycodes\g... 阅读全文

posted @ 2014-11-19 08:52 蝈蝈俊 阅读(759) 评论(0) 推荐(0)