aboutsummaryrefslogtreecommitdiff
path: root/cmd/mobius-hotline-client/main.go
AgeCommit message (Collapse)Author
2024-06-15Refactoring and cleanupJeff Halter
* Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification
2023-11-20Refactor client to use slog and pass context (#107)Jeff Halter
* Refactor client to use slog and pass context * Bump CI golang version
2023-04-19Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞Jeff Halter
2023-03-26Initial refactor to split client from protocol packageJeff Halter
2022-06-06Improve handling of client config default pathJeff Halter
2022-06-05Add -config flag to clientJeff Halter
2021-07-29Re-organize cmd pathsJeff Halter