go 交叉编译遇到的错误, 有路由方法却找不到。
摘要:
panic: 'OrderCancel' method doesn't exist in the controller Controller今天线下能正常编译,到线上却panic了。发现是自己导入了import C由于线下环境完善,所以能正常编译,而线上没有cgo编译器,所以不能正常编译。只需将这个 阅读全文
posted @ 2019-08-16 10:50 biwentao 阅读(467) 评论(0) 推荐(0) 编辑