From: Sergey Matveev Date: Fri, 7 Feb 2020 12:22:37 +0000 (+0300) Subject: telnet:// is used in practice X-Git-Tag: v0.3.5^0 X-Git-Url: http://www.git.stargrave.org/?p=sgblog.git;a=commitdiff_plain;h=bb9e631e6dd30c4abd37d0cce5af5641c79a7559 telnet:// is used in practice --- diff --git a/cmd/sgblog/main.go b/cmd/sgblog/main.go index e8752a4..9162a88 100644 --- a/cmd/sgblog/main.go +++ b/cmd/sgblog/main.go @@ -64,6 +64,7 @@ var ( "gopher": struct{}{}, "http": struct{}{}, "https": struct{}{}, + "telnet": struct{}{}, } ) diff --git a/common.go b/common.go index 9b73465..f778860 100644 --- a/common.go +++ b/common.go @@ -3,5 +3,5 @@ package sgblog const ( WhenFmt = "2006-01-02 15:04:05Z07:00" - Version = "0.3.4" + Version = "0.3.5" )