英文: Go: How to find out a rune's Unicode properties? 问题 我想了解一个符文的Unicode属性,特别是它的脚本属性的值。Unicode在h...
在安装revel时出现错误:undefined: config.DEFAULT_SECTION
英文: Error in installing revel: undefined: config.DEFAULT_SECTION 问题 我正在使用Bunch安装Revel,但是遇到以下错误: 安装gi...
Golang通用的JSON编组
英文: Golang generic JSON marshalling 问题 我正在进行一个基于JSON通信的小型服务器-客户端项目。但是我遇到了问题。我试图创建一个带有通用消息体的响应结构体。这意味...
TFS和golang的持续集成
英文: TFS and golang continuous Integration 问题 我正在使用集成了git的本地TFS服务器来跟踪我的golang应用程序的文件。我想定义构建(build)、测试...
尝试使用Docker Compose文件连接Redis时出现连接被拒绝的错误。
英文: connection refused when trying to connect redis using docker compose file 问题 我遇到了一个问题,尝试使用redis-...
如何在go-restful中绑定一个处理程序?
英文: How to bind a handler in go-restful? 问题 Go-restful是一个很好且易于使用的Go RESTful风格框架,但是我对其中的一些内容有疑问(这只是一段...
Golang不支持的平台
英文: Golang unsupported platforms 问题 Golang的安装指南位于https://golang.org/doc/install,其中有一个名为“系统要求”的部分。在这个...
FSNotify在运行时添加监视目录
英文: FSNotify add watch directories while running 问题 我不太知道如何表达问题,但是这是问题的内容。 我正在使用fsnotify来监视一些目录的变化,当...
使用反射检索结构体变量的注释。
英文: Retrieve annotations on structs' variables using reflection 问题 在Go语言中,可以使用反射来获取结构体变量的注解。考虑以下...
How to cancel goroutines after certain amount of time
英文: How to cancel goroutines after certain amount of time 问题 我正在制作一个负载测试工具,它在goroutine中进行多个HTTP调用,目前...
11727

