Christophe Meessen
Christophe Meessen
There is currently no support of go.mod, the go package versioning. Could this be added please ?
The web router https://github.com/gowww/router claims to be lightning fast. Adding it to your benchmark might be enlight(n)ing.
Looking at Caddy that uses zap, I see that their time stamp are float64 with second units and micro second precision. The advantage is that a change in precision doesn't...
https://github.com/smallnest/kvbench Looking at the benchmark, the performance of NutsDB with fsync seam horrible. Are they doing something wrong or is this normal ?
I can’t find a tutorial to create multipart mails with a text part and an utf-8 base64 encoded html part by using the standard library. The best I could find...
Is the web server down ? It's not responding.
The `gl init` command downloads all the branches. In my case I want to copy locally a branch published by someone else after I did the init. Is there an...
I'm trying to display the modifications in the last commit. To de so I'm trying to use `gl history`. The verbose option provides a nice display of changes. Unfortunately the...
I was in a situation where I created a branch and started modifying files. I then had to do an independent change, for which I created a new branch attached...
This is the simplest scenario reproducing the error ``` $ gl init $ gl branch -c testBranch $ gl switch testBranch $ mkdir testDir $ touch testDir/txt $ gl switch...