Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd12011

Browse filesBrowse files
committed
Renames package for clarity
1 parent 7565c5e commit fd12011
Copy full SHA for fd12011

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎webhook.go renamed to ‎githubhook.go

Copy file name to clipboardExpand all lines: githubhook.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package webhook
1+
package githubhook
22

33
import (
44
"crypto/hmac"

‎webhook_test.go renamed to ‎githubhook_test.go

Copy file name to clipboardExpand all lines: githubhook_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package webhook
1+
package githubhook
22

33
import (
44
"crypto/hmac"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.