Commit Graph

47 Commits (d217a74fa823d0adef1a3680c3af562ae14e6854)

Author SHA1 Message Date
ray-x d217a74fa8 move fillstruct to gopls only 3 months ago
ray-x e749ff85ff might releated to issue #382 but it is different approch 7 months ago
ray-x f9672fd446 `gonew` with template URL; update `go work`
cleanup sandbox
7 months ago
Lanre Adelowo 44a32ebb4f
Use Uber maintained mockgen fork (#386)
* use updated and maintained version of mocking

* Update install.lua

* Update install.lua

* use canonical url
8 months ago
ray-x f54fd80bd9 #207 remove confusing debug messages 8 months ago
Faustin Date 8ea5439288
Ensure correct tools installation in goenv mode (#332)
* Ensure correct tools installation in goenv mode

Tools will be installed in appropriated directory when
[goenv](https://github.com/syndbg/goenv) manages
GOPATH.

* Check goenv existence with which

* Try better (?) goenv detection command

* Do not check if tool is installed twice

Once a tool is known to be installed, that information is cached in
utils.installed_tools.

* Wait 500ms for action to take effect in tests
1 year ago
ray-x fbb0b87de9 use executable instead of search $PATH 1 year ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 1 year ago
ray-x 13f5e15fd7 issue #273 mockgen install failure 1 year ago
ray-x 735c1d4c23 add update_all_sync 1 year ago
ray-x 24ebd55c3f install_all_sync 1 year ago
ray-x d7865272a5 issue #273 sync install binaries 1 year ago
ray-x adc24af96c remove depencies #273 1 year ago
ray-x dcb8662e6c checkhealth and go-enum update 1 year ago
ray-x 8a959ec37b go-enum support 🎄🎆 1 year ago
ray-x 5e980b00c7 add new command: govulncheck 🇦🇷 a🇭🇷 1 year ago
ray-x 32b4c162f0 gomvp support #176 2 years ago
ray-x 9f3b04579b update debug messages 2 years ago
ray-x 3f2e7f49bd json to go struct 2 years ago
ray-x a816cdb5e7 windows extensions 2 years ago
ray-x 3bdd56b1c0 issue #179 windows 11 2 years ago
ZHL bc25de4d85
upgrade ginkgo version to v2 (#166)
It might be a breaking change for those using ginkgo v1
2 years ago
ray-x a86e9d2a29 Feature: add go mock / mockgen 2 years ago
ray-x 981adf9b39 Features:
1) count the overall test coverage per-file and per-project
2) add gotestsum as a test runner option
3) handle windows GOPATH and
4) minor fix: stop GoFmt if no formatter is available
2 years ago
ray-x 36a33ad5b0 #146 better fallback if test runner is non-default and not installed 2 years ago
ray-x 755e5816f0 guru support 2 years ago
ray-x fb4048df8b package.config 2 years ago
ray-x a064f1e4f5 DIR_SEP nil 2 years ago
ray-x 76b31e6e74 DIR_SEP 2 years ago
ray-x 30d30f407a fix diagnostic warnings for all files 2 years ago
ray-x 8e6ad61371 remove fixplurals gotool and using treesitter 2 years ago
ray-x 2b059afc54 GoGet 2 years ago
Craig Rodrigues 0f1740ed23
Fix URL for gotests for GoInstallBinaries (#79) 2 years ago
ray-x 0d5f1c9f31 add health.lua 2 years ago
Craig Rodrigues 483b56f4a2
Replace print() with vim.notify() (#64) 2 years ago
Craig Rodrigues d18ac7460a
Add gopls to GoInstallBinaries/GoUpdateBinaries (#60) 2 years ago
ray-x 6e87d834a4 efm format for quickfix; golangci-lint efm setup 3 years ago
ray-x 8712f31898 golangci-lint quickfix 3 years ago
ray-x 7d39be9431 add gobinaryinstall/update issue #49 3 years ago
ray-x 1b11f52b08 updates for dap.ui 3 years ago
ray-x 7feb745e6c remove gofumport from go.nvim #18 3 years ago
Viktor Kojouharov 22a0ac4e2b
Seems like a typo (#27) 3 years ago
ray-x c28fa04029 merge github action/workflow 3 years ago
ray-x b566782f4a Update Impl 3 years ago
David Brouwer 9485e37cc3
Increase reliability (#4)
* Add check to see if commands already exist

* Migrate to go install, as go get will be depricated

* Fix bug in comparison function

* Add installation instructions for $PATH

* remove old stuff

* remove backtick

* complete install

* remove unused function
3 years ago
ray-x 0a86f87cff add iferr and fillstruct 3 years ago
ray-x 1e190d6a0e init commit 3 years ago