Skip to content

Commit

Permalink
delete unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Dec 5, 2023
1 parent a8d917b commit 728351b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gosu.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ type _GhRelease struct {
Body string `json:"body"`
}

type _GhContent struct {
Encoding string `json:"encoding"`
Content string `json:"content"`
}

func New(orgRepoName, ghAccessToken, localVersion string) *Updater {
return &Updater{
ReleasesUrl: fmt.Sprintf("https://api.github.com/repos/%s/releases/latest", orgRepoName),
Expand Down

0 comments on commit 728351b

Please sign in to comment.