mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-31 09:42:28 +00:00
Make hook package internal
The hook package API is not meant for public consumption.
This commit is contained in:
parent
c872aae7e8
commit
40d9dcd6d4
4 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ import (
|
|||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/adnanh/webhook/hook"
|
||||
"github.com/adnanh/webhook/internal/hook"
|
||||
)
|
||||
|
||||
func TestStaticParams(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue