diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-15 11:13:16 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-15 11:13:16 -0700 |
| commit | 95159e5585762c06c654945070ba54262b7dcec9 (patch) | |
| tree | 23609018c1460b056ce22067290ea12ee851d483 /cmd/mobius-hotline-client/mobius-client-config.yaml | |
| parent | a6216dd89252fa01dc176f98f1e4ecfd3f637566 (diff) | |
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
Diffstat (limited to 'cmd/mobius-hotline-client/mobius-client-config.yaml')
| -rw-r--r-- | cmd/mobius-hotline-client/mobius-client-config.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/mobius-hotline-client/mobius-client-config.yaml b/cmd/mobius-hotline-client/mobius-client-config.yaml deleted file mode 100644 index b1edb40..0000000 --- a/cmd/mobius-hotline-client/mobius-client-config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -Username: unnamed -IconID: 414 -Tracker: hltracker.com:5498 -Bookmarks: - - Name: The Mobius Strip - Addr: trtphotl.com:5500 - Login: guest - Password: ""
\ No newline at end of file |