dongrui6787 2019-05-02 08:21
浏览 147

sql包的“导入错误数据库/ sql”

"Import error database/sql" for sql package. I wanna use connect method on the controller. I think need to install sql package.

controllers/gorm.go

import (
 "database/sql"
_ "github.com/go-sql-driver/mysql"
"github.com/jinzhu/gorm"
"github.com/revel/revel"
"myapp/app/models"
"log"
)

add database/sql and try import. but the error has occurred.

error

Revel engine is NOT listening on.. localhost:58929
/Users/toshi/gocode/src/myapp/app/controllers/gorm.go
ERROR 16:10:50 watcher.go:270: Build detected an error                  
error="Go Compilation Error (in app/controllers/gorm.go:4): imported and not used: \"database/sql\"" 
/Users/toshi/gocode/src/myapp/app/controllers/gorm.go
ERROR 16:11:49 watcher.go:270: Build detected an error                  
error="Go Compilation Error (in app/controllers/gorm.go:4): imported and not used: \"database/sql\"" 

app path /Users/toshi/gocode/src/myapp

sql-driver path /Users/toshi/gocode/src/github.com/go-sql-driver/mysql

http://rabbitfoot141.hatenablog.com/entry/2019/03/05/000551 (reference)

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 虚拟机打包apk出现错误
    • ¥30 最小化遗憾贪心算法上界
    • ¥15 用visual studi code完成html页面
    • ¥15 聚类分析或者python进行数据分析
    • ¥15 逻辑谓词和消解原理的运用
    • ¥15 三菱伺服电机按启动按钮有使能但不动作
    • ¥15 js,页面2返回页面1时定位进入的设备
    • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
    • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
    • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝