Fabricio

Results 3 issues of Fabricio

Often I have to test that a function is called and I use boolean flags. One flag is alright, but when I need more things get ugly. My suggestion is...

## Related issues | Issue | Work to be done |-|- |This issue | Statically detect simple table-driven tests | [#1602](https://github.com/golang/vscode-go/issues/1602) | Support "run at cursor" for entries in a...

FeatureRequest
gopls
go-test
Go Companion

If you change [here](https://github.com/pterm/pterm/blob/master/box_printer.go#L39) and [here](https://github.com/pterm/pterm/blob/master/table_printer.go#L17) with the caracter `│` (which is not the same as `|`), the table's border renders a lot nicer (in my terminal there is no...

proposal