This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check status code of github tags request (#14)
* Check status code of github tags request * Update error handling
- Loading branch information
Zack Chase
authored
Jan 13, 2023
1 parent
cf6aa1f
commit a14c8ac
Showing
2 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
package pkg | ||
|
||
import "time" | ||
import ( | ||
"time" | ||
) | ||
|
||
type GitHubTag struct { | ||
Name string `json:"name"` | ||
|