From 2bb313f95735d276c6d98def272c6efc9b16760b Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 4 Dec 2018 14:47:31 +0100 Subject: [PATCH] Docs: Update URN RFC2141 documentation Signed-off-by: Leonardo Di Donato --- doc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index be36368..dd4fde6 100644 --- a/doc.go +++ b/doc.go @@ -610,11 +610,13 @@ This will accept any uri the golang request uri accepts Usage: uri -URN String +Urn RFC 2141 String -This validataes that a string valud contains a valid URN +This validataes that a string value contains a valid URN according to the RFC 2141 spec. + Usage: urn_rfc2141 + Base64 String This validates that a string value contains a valid base64 value.