Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 revel go web 框架上构建一个简单的 web 应用程序。出于某种原因,当我在浏览器中打开它们的 URL 时,公共目录中的文件没有正确加载。例如,可能会出现文件的旧版本(即使在浏览器中重新加载后),或者出现截断的版本。
有人遇到过这个问题吗?
strace -e open revel run my/app/name | grep file.jpg
我遇到了类似的问题,因为我在我的 gopath 之外开发......