module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: Apache-2.0
Opens a new window with license information.
README
¶
Building the CLI with a Custom Server Address
To build with a default server address:
go build -ldflags="-X 'main.defaultServerAddress=<your-server-ip>'" -o cli_chat_app
To override the server address at runtime:
SERVER_ADDRESS=<your-server-ip> ./cli_chat_app
Directories
¶
Click to show internal directories.
Click to hide internal directories.