We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec4fd4 commit c69cb76Copy full SHA for c69cb76
miscellaneous.go
@@ -6,6 +6,5 @@ package gogs
6
7
type MarkdownOption struct {
8
Text string
9
- Mode string
10
Context string
11
}
repo_hook.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
var (
17
- ErrInvalidReceiveHook = errors.New("Invalid JSON payload received over webhook")
+ ErrInvalidReceiveHook = errors.New("invalid JSON payload received over webhook")
18
19
20
type Hook struct {
0 commit comments