Skip to content

Commit

Permalink
To Do: Fix Erros
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 8, 2025
1 parent e00f520 commit 9ecab9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
go-version: '1.23'

- name: Build Package
run: cd ./server && go mod tidy && cd ../ && GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Data Interchange is a Network Application Programming Interface Development Plat
```shell
git clone

cd ./server && go mod tidy && cd ../

GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
```

Expand Down

0 comments on commit 9ecab9e

Please sign in to comment.