Skip to content

Commit

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

- name: Tidy Package
run: cd ./server && go mod tidy && cd ../

- name: Build Package
run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
run: cd ./server && go mod tidy && cd ../ && GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ 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 e00f520

Please sign in to comment.