-
Hi,
Your library looks interesting but I do not seems to get it working with a C# console app.
The console.writeline never seems to be hit and I am not getting any exceptions either. Would it be …
-
We currently don't really have a backlog of miscellaneous issues to do. One potential way to explore would be to search for "TODOs" in the code and check if there is an issue for those items.
We'd …
-
There have been many proposals for how to simplify error handling in Go, all based on the general complaint that too much Go code contains the lines
```
if err != nil {
return err
}
```
…