Skip to content

Commit

Permalink
add go reportcard badge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 25, 2024
1 parent 3a53732 commit d4cd24b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

[![godoc](https://pkg.go.dev/badge/github.com/joshraphael/go-retroachievements.svg)](https://pkg.go.dev/github.com/joshraphael/go-retroachievements)
[![pipeline](https://github.com/joshraphael/go-retroachievements/actions/workflows/ci.yaml/badge.svg)](https://github.com/joshraphael/go-retroachievements/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/joshraphael/go-retroachievements)](https://goreportcard.com/report/github.com/joshraphael/go-retroachievements)

## Installation
Use go get to install the latest version of the library.
Expand Down
6 changes: 3 additions & 3 deletions models/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type GetUserRecentAchievements struct {
// Common name of the console
ConsoleName string `json:"ConsoleName"`

// URL resource to the image used for the achievment badge
// URL resource to the image used for the achievement badge
BadgeURL string `json:"BadgeURL"`

// URL resource to the game page
Expand Down Expand Up @@ -172,7 +172,7 @@ type GetAchievementsEarnedBetween struct {
// Common name of the console
ConsoleName string `json:"ConsoleName"`

// URL resource to the image used for the achievment badge
// URL resource to the image used for the achievement badge
BadgeURL string `json:"BadgeURL"`

// URL resource to the game page
Expand Down Expand Up @@ -232,7 +232,7 @@ type GetAchievementsEarnedOnDay struct {
// Common name of the console
ConsoleName string `json:"ConsoleName"`

// URL resource to the image used for the achievment badge
// URL resource to the image used for the achievement badge
BadgeURL string `json:"BadgeURL"`

// URL resource to the game page
Expand Down

0 comments on commit d4cd24b

Please sign in to comment.