摘要:
下载GoMysql后才发现Makefile中包含的路径有问题,不敢乱改,还是先查查吧好吧,直接cp到goroot/src/pkg即可是不是其他的也该这么安装,邪恶~~~经过实验,还是这个有效参考 :http://www.shenyisyn.org/2013/06/21/golang-3.htmhttps://github.com/go-sql-driver/mysql使用git在goroot/src/pkg/ 执行git clone git://github.com/go-sql-driver/mysql直接可以使用import ( "mysql")demo 1 packa
阅读全文
posted @ 2013-12-13 17:59
会动的耳朵
阅读(1145)
推荐(0)
摘要:
" clear before set runtimepathfiletype offfiletype plugin offfiletype plugin indent offsyntax offset runtimepath+=$GOROOT/misc/vimfiletype onfiletype plugin onfiletype plugin indent onsyntax on
阅读全文
posted @ 2013-12-13 17:53
会动的耳朵
阅读(363)
推荐(0)