mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
Make hook package internal
The hook package API is not meant for public consumption.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import (
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/adnanh/webhook/hook"
|
||||
"github.com/adnanh/webhook/internal/hook"
|
||||
)
|
||||
|
||||
func TestStaticParams(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user