We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17de2f0 commit 76969e2Copy full SHA for 76969e2
1 file changed
digestabotctl/platforms/platforms.go
@@ -19,7 +19,6 @@ var (
19
var successCodes = []int{200, 201, 202, 203, 204}
20
21
var (
22
- //ValidPlatforms = []string{"github", "gitlab"}
23
ErrBadResponse = errors.New("request was unsuccessful")
24
ErrInvalidPlatform = errors.New("invalid platform")
25
)
0 commit comments