Ejemplo n.º 1
0
func GetStack(c *karambie.ResponseWriterContext) (interface{}, []byte) {
	return c.Get(errInstance), c.Get(stackInstance).([]byte)
}