提示的信息如下:
cannot find package "github.com/jmoiron/sqlx" in any of
这个时候,你只需要简单的运行:
go get -u github.com/jmoiron/sqlx
就可以解决这个问题了。
提示的信息如下:
cannot find package "github.com/jmoiron/sqlx" in any of
这个时候,你只需要简单的运行:
go get -u github.com/jmoiron/sqlx
就可以解决这个问题了。