博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Revel运行APP出现的路径问题
阅读量:6413 次
发布时间:2019-06-23

本文共 1683 字,大约阅读时间需要 5 分钟。

1 .问题

运行该命令 E:\CodeResearch\go\MyGo\3rdparty\bin>revel.exe run ..\..\demo\revel\myapp 出现问题以下的错误信息:
~ revel! http://robfig.github.com/revel
INFO  2013/05/11 22:36:13 revel.go:252: Loaded module E:\CodeResearch\go\MyGo\3rdparty\src\github.com\robfig\revel\modules\testrunnerINFO  2013/05/11 22:36:13 revel.go:252: Loaded module E:\CodeResearch\go\MyGo\3rdparty\src\github.com\robfig\revel\modules\staticINFO  2013/05/11 22:36:13 run.go:57: Running myapp (..\..\demo\revel\myapp) in dev modeINFO  2013/05/11 22:36:13 harness.go:143: Listening on :90002013/05/11 22:36:18 server.go:590: http: panic serving 127.0.0.1:62012: runtime error: slice bounds out of rangeC:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/net/http/server.go:589 (0x4aadbc)C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/runtime/proc.c:1443 (0x4150ee)C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/runtime/runtime.c:128 (0x415b0c)C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/runtime/runtime.c:91 (0x4159ed)C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/runtime/zstring_386.c:269 (0x41c047)E:/CodeResearch/go/MyGo/3rdparty/src/github.com/robfig/revel/harness/reflect.go:111 (0x451a2d)    com/robfig/revel/harness._func_004: pkgImportPath = rootImportPath + "/" + filepath.ToSlash(path[len(root)+1:])C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist721200707/go/src/pkg/path/filepath/path.go:305 (0x45d038)

 2. 我的解决

我的GOPATH=E:\CodeResearch\go\MyGo\3rdparty\,说明PATH路径没有问题,根据错误信息是对..\..\demo\revel\myapp路径的解析出现了问题。我将myapp拷贝到3rdparty\路径下,运行成功。
 

 

 

 

转载于:https://www.cnblogs.com/hylong/archive/2013/05/16/golang_revelrunerror.html

你可能感兴趣的文章
我的友情链接
查看>>
简明 Vim 练级攻略
查看>>
Windows下使用命令创建rar压缩包
查看>>
HTML --块
查看>>
在DLL中获取主进程窗口句柄
查看>>
基于消息队列的双向通信
查看>>
一个不错的loading效果
查看>>
高中学渣逆袭入“大学”:如今月收入达五位数
查看>>
Debian允许root用户登录
查看>>
C++ - this指针
查看>>
Google Test and Google Mock Introduction
查看>>
Spring整合Struts2
查看>>
exwc,system,passthru,shell_wxwc讲解
查看>>
BPM表单设计器公式设计参考
查看>>
近万字长文,设计分布式系统需要考虑因素的都在这里!
查看>>
linux的文件系统
查看>>
MySQL测试
查看>>
分析的套路
查看>>
使用pure-ftpd搭建ftp服务
查看>>
mysql 中的varchar(255) uft-8 的格式到底能放多少汉字?
查看>>