Erik Unger
Erik Unger
I recommend running `gosec` to find unhandled errors: https://github.com/securego/gosec For a more modern way to wrap errors with call stacks for debugging and other error utilities let me advertise our...
On Sat, Jul 18, 2015 at 9:19 AM, Nikolaus Graf [email protected] wrote: > Should the user be able to type characters? Do we show a warning or > prevent it?...
Valid point. DynamicChoice is currently not marshal-able to/from mongo. I have always used it with custom code for setting and getting. I'll look into that.
I don't have plans for authentication, go-rest is small and minimal by design. If you have a proposal how to integrate auth with minimal api changes let me know. -Erik...
Should be trivial to implement, will do it when I have some time. -Erik On Fri, May 17, 2013 at 10:05 AM, xmehaut [email protected] wrote: > Hello, > > in...
I think the easiest way would be to pass a string instead of a handler function to HandleGet(). The string will then be interpreted as path of a static file....
The restlet concept of different client sounds good, but it is beyond the scope of my go-rest package. It's goal is to make a basic rest service as simple as...
Thanks, a little bit more to review :-)
Oh sorry, forgot to review… Christian Andersson ***@***.***> schrieb am Mi. 27. Apr. 2022 um 17:55: > Do you have any thoughts or considerations? > Can I be of assistance?...
`TestQuaternionRotateVec3` is failing