Nino
Nino
Is there a way to load locales based on a runtime variable? I'd rather not import every package prior to knowing the locale. :)
``` # go get -a -u gopkg.in/godo.v1 # gopkg.in/godo.v1 ../../../gopkg.in/godo.v1/exec.go:243: multiple-value gopass.GetPasswd() in single-value context ``` Edit: Revision #2c70fa70727c953c51695f800f25d6b44abb368e of go pass builds correctly.
Since jsonapi 1.0 we use PATCH to update entities. We need to refactor the handleUpdate accordingly and keep links and relations in mind, since they can also get updated.
I stumbled upon this: https://github.com/manyminds/api2go/blob/master/api_interfaces_test.go#L335 https://github.com/manyminds/api2go/blob/master/api_interfaces_test.go#L440 which seems to have slipped through our eyes. Every tests checks for 405 (even though the description state 404) except the first one for...
We currently have a private methodNotAllowed handler that gets registered only in the case that a user uses the default httprouter. We should somehow make sure that one gets registered....
I can find the configuration for titactoe within the repository, but not for the game of go. Is there some example on how to train it? Also is there some...
Is there any reason to make base private?
Hi, we are trying create an app that creates a room name dynamically via the usernames, but within the executePreRoomCreateModify we are not able to figure out the usernames. We...
When I try to run termboy within a screen session I get the following message: Term Boy can only be run in the Linux console (Try pressing CTRL+ALT+F2) Though its...
## Problem statement I try to create a valid schema with body and request param in it. But I get a strange block in generation from the following go code....