10 2019 档案

摘要:govendor initError: CreateFile src: The system cannot find the file specified. 解决方法:在D:\GO\gopath\src\test目录下面新建src目录,执行govendor init成功,当前目录下面会新生成一个ve 阅读全文
posted @ 2019-10-16 16:11 沃德 阅读(1312) 评论(1) 推荐(0)
摘要:执行bee run -gendoc=true -downdoc=true 生成接口失败 因为src\github.com\astaxie\beego\logs下面缺少AccessLogRecord结构体所在的文件 下载文件地址在https://github.com/s1377427321/mySer 阅读全文
posted @ 2019-10-14 14:49 沃德 阅读(1609) 评论(0) 推荐(0)