Skip to content

Commit 7e2dcdc

Browse files
authored
Merge pull request #4 from MerNat/feature/featureClient
Feature/feature client
2 parents 3a3b0ad + 9e7d0a2 commit 7e2dcdc

File tree

27 files changed

+474
-24
lines changed

27 files changed

+474
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/BotClient/config.json

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"go.gopath": "/home/meron/Desktop/MProjects/DR-Bot-Go",
2+
"go.gopath": "/home/aphya16/Desktop/DR-Bot",
33
"go.inferGopath": true,
44
"git.ignoreLimitWarning": true
55
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
Run this to alter GOPATH
44

55
`export GOPATH=$HOME/Desktop/MProjects/DR-Bot-Go`
6+
7+
# Building for Windows
8+
9+
`GOOS=windows GOARCH=amd64 go build -o client.exe`

pkg/linux_amd64/BotClientCommand.a

20.8 KB
Binary file not shown.

pkg/linux_amd64/BotCommand.a

0 Bytes
Binary file not shown.

pkg/linux_amd64/Misc.a

8.43 KB
Binary file not shown.

pkg/linux_amd64/MiscClient.a

16.9 KB
Binary file not shown.

pkg/linux_amd64/data.a

-10 Bytes
Binary file not shown.
27.9 KB
Binary file not shown.

src/Bot/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)