摘要:
1.下载并导入数据库驱动包 官方不提供实现,先下载第三方的实现,点击这里查看各种各样的实现版本。这里选择了Go-MySQL-Driver这个实现。地址是:https://github.com/go-sql-driver/mysql/。 然后按照里面的说明下载驱动包: $ go get github. 阅读全文
摘要:
The Go Programming Language Specification:http://localhost:8080/ref/spec学习Constants、Variables、Types、Declarations、Built-in functionsEffective Gohttp://... 阅读全文