c4819d1625
* some refact of gotest * issue #376 add handlers to async formatting * issue #343 title length * add parallel flag * disable trace log * Error lines output in github action * Go mod update in fixtures |
||
---|---|---|
.. | ||
sampleApp | ||
init_lazy.lua | ||
init_packer.lua | ||
README.md |
A sample go project with minium config for go.nvim
Start with (may need to restart nvim after the first time)
cd sampleApp
nvim -u ../init.lua main.go
To start debugging, run the following commands
:10
:GoBreakToggle
:GoDebug
To unit test, run the following commands
:pkg/findAllSubStr_test.go
:10
:GoTestFunc