Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | ci: use gci linter (#5708) | Jacob Gadikian | |
* use gofmput to format code * use gci to format imports * reconfigure gci * linter autofixes * rearrange imports a little * export GOOS=windows golangci-lint run ./... --fix | |||
2022-10-04 | core: Chdir to executable location on Windows (#5115) | Tobias Gruetzmacher | |
Since all Windows services are run from the Windows system directory, make it easier for users by switching to our program directory right after the start. | |||
2022-10-02 | Fix inverted logic in Windows service detection (#5106) | Tobias Gruetzmacher | |
2022-07-29 | core: Windows service integration (#4790) | WingLim | |
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> |