Make hook package internal

The hook package API is not meant for public consumption.
This commit is contained in:
Cameron Moore 2019-12-21 11:55:42 -06:00
parent c872aae7e8
commit 40d9dcd6d4
4 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ import (
"text/template"
"time"
"github.com/adnanh/webhook/hook"
"github.com/adnanh/webhook/internal/hook"
)
func TestStaticParams(t *testing.T) {