Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Nov 10, 2023
1 parent 76b8881 commit baa5f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21.0

- name: Build API
run: go build -o mywebserver .
1 change: 0 additions & 1 deletion model/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
)

// Player data structure (Acting as ORM ) for Basketball Players.

type Player struct {
Name string `json:"name,omitempty"`
ID primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
Expand Down

0 comments on commit baa5f96

Please sign in to comment.