rework for moving of repo to go-playground

This commit is contained in:
joeybloggs
2015-10-30 14:00:25 -04:00
parent 24cb1f6a1d
commit 6da0829ced
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func RunServer(s *http.Server, hook Webhook, path string) error {
// RunTLSServer runs a custom server with TLS configuration.
// NOTE: http.Server Handler will be overridden by this library, just set it to nil.
// Setting the Certificates can be done in the http.Server.TLSConfig.Certificates
// see example here: https://github.com/joeybloggs/webhooks/blob/master/webhooks_test.go#L178
// see example here: https://gopkg.in/go-playground/webhooks/blob/master/webhooks_test.go#L178
func RunTLSServer(s *http.Server, hook Webhook, path string) error {
srv := &server{