英文: how to make golang execute a string 问题 我不是要求在当前上下文中让golang执行某种形式的"eval",只是需要它接受一个输入字符串...
你可以使用golang的Gorilla mux来查找CSS文件。
英文: How can I find CSS files using golang Gorilla mux 问题 我正在使用Go语言和Gorilla Mux。 这是我的webserver.go文件: ...
马提尼酒适用于任何恐慌情况的恢复。
英文: martini recover for any panics 问题 我想将RecoverWrap连接到martini路由的所有处理程序,以便通过RecoverWrap内部的代码完成任何pani...
Golang. 零垃圾传播或高效利用内存
英文: Golang. Zero Garbage propagation or efficient use of memory 问题 有时候我会遇到像“零垃圾”或高效使用内存等概念。例如,在知名包ht...
Find last filled row in excel using Golang
英文: Find last filled row in excel using Golang 问题 我正在寻找一种方法来获取Excel中最后一个填充的行,即: 1. Lorem Ipsum 2. qu...
OpenShift M5示例应用程序自签名证书错误
英文: openshift m5 sample-app self-signed certificate errors 问题 我正在尝试按照 https://github.com/openshift/o...
如何使用反射在Go语言中迭代遍历结构体。
英文: How to iterate through a struct in go with reflect 问题 我有一个特定的结构体,其中包含一些URL参数,我想使用反射来遍历结构体字段,构建一个...
使用Go包中的私有“lowercase”函数。
英文: Using the private "lowercase" functions from a Go package 问题 我正在尝试在我的main包中使用以下函数: htm...
一个常见的HTTP处理程序而不是几个不同的处理程序。
英文: one common http handler instead of several 问题 在这段代码中,你想知道是否有可能不复制粘贴表达式commonHanlder(handler1),co...
GAE Go datastore – 忽略某些变量?
英文: GAE Go datastore - ignoring some variables? 问题 假设我开始将这个结构保存到数据存储中: type Foo struct { Important s...