Commit graph

4 commits

Author SHA1 Message Date
Jacob Gadikian
d6f86cccf5
ci: use gci linter ()
* 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
2023-08-14 09:41:15 -06:00
Tobias Gruetzmacher
253d97c93d
core: Chdir to executable location on Windows ()
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-04 11:04:02 -06:00
Tobias Gruetzmacher
da24f57dac
Fix inverted logic in Windows service detection () 2022-10-02 16:56:54 -04:00
WingLim
1e0cdc54f8
core: Windows service integration ()
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2022-07-29 14:06:54 -06:00