]> git.r.bdr.sh - rbdr/mobius/commit - hotline/server_blackbox_test.go
Refactoring and cleanup
authorJeff Halter <redacted>
Sat, 15 Jun 2024 18:13:16 +0000 (11:13 -0700)
committerJeff Halter <redacted>
Sat, 15 Jun 2024 18:13:16 +0000 (11:13 -0700)
commit95159e5585762c06c654945070ba54262b7dcec9
tree23609018c1460b056ce22067290ea12ee851d483
parenta6216dd89252fa01dc176f98f1e4ecfd3f637566
Refactoring and cleanup

* 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
36 files changed:
cmd/mobius-hotline-client/main.go [deleted file]
cmd/mobius-hotline-client/mobius-client-config.yaml [deleted file]
cmd/mobius-hotline-server/main.go
go.mod
go.sum
hotline/account.go
hotline/banners/1.txt [deleted file]
hotline/banners/2.txt [deleted file]
hotline/banners/3.txt [deleted file]
hotline/banners/4.txt [deleted file]
hotline/banners/5.txt [deleted file]
hotline/banners/6.txt [deleted file]
hotline/banners/7.txt [deleted file]
hotline/banners/8.txt [deleted file]
hotline/banners/9.txt [deleted file]
hotline/client.go
hotline/client_conn.go
hotline/field.go
hotline/field_test.go
hotline/file_name_with_info.go
hotline/file_name_with_info_test.go
hotline/file_wrapper.go
hotline/files.go
hotline/flattened_file_object.go
hotline/news.go
hotline/server.go
hotline/server_blackbox_test.go
hotline/time.go
hotline/tracker.go
hotline/transaction.go
hotline/transaction_handlers.go
hotline/transaction_handlers_test.go
hotline/transaction_test.go
hotline/transfer_test.go
hotline/ui.go [deleted file]
hotline/user.go