From 0ff9952171de9ddaa007144c3ea27e68070629aa Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:34:01 +0100 Subject: [PATCH] Fixed readme lol --- Readme.md | 8 ++++---- server/go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 3f9614d..5ca9e4d 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ A simple clipboard synchronization tool built with Go. It consists of a server a 2.1 Server Configuration: - Navigate to the `server` directory. - Make a new file called `config.go` and paste/modify the following code: - ```go +```go package main const ( @@ -28,12 +28,12 @@ const ( EmbeddedServerIP = "0.0.0.0" EmbeddedServerPort = "8080" ) +``` - ``` 2.2 Client Configuration: - Navigate to the `client` directory. - Make a new file called `config.go` and paste/modify the following code: - ```go +```go package main const ( @@ -42,7 +42,7 @@ const ( EmbeddedServerIP = "100.107.73.38" EmbeddedServerPort = "8080" ) - ``` +``` 3. Build the programs. - Run the `build.bat` script in the root directory to build both the server and client applications. diff --git a/server/go.mod b/server/go.mod index 178269a..f5d8e15 100644 --- a/server/go.mod +++ b/server/go.mod @@ -4,4 +4,4 @@ go 1.25.5 require github.com/gorilla/websocket v1.5.3 -require github.com/joho/godotenv v1.5.1 // indirect +require github.com/joho/godotenv v1.5.1 // indirect \ No newline at end of file