From b55f778601247326853701caa0012f5424772e88 Mon Sep 17 00:00:00 2001 From: odg0318 Date: Wed, 4 Apr 2018 01:54:16 -0400 Subject: [PATCH] Fixed example using TCP sockets --- authorization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization/README.md b/authorization/README.md index 96aec68..10ab554 100644 --- a/authorization/README.md +++ b/authorization/README.md @@ -15,7 +15,7 @@ This library is designed to be integrated in your program. ```go p := MyAuthZPlugin{} h := authorization.NewHandler(p) - h.ServeTCP("test_plugin", ":8080") + h.ServeTCP("test_plugin", ":8080", "", nil) ``` ### Example using Unix sockets: