From 9ecab9eb4a5d249c57f6a9ea3ebc3f79d5611ed5 Mon Sep 17 00:00:00 2001 From: Abdhilahi Wabwire <124460109+AbdhilahiRWabwire@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:17:14 -0700 Subject: [PATCH] To Do: Fix Erros --- .github/workflows/go.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a39df6..fdabc99 100755 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/README.md b/README.md index d177b30..f84ca35 100755 --- a/README.md +++ b/README.md @@ -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 ```