From: Sergey Matveev Date: Wed, 27 Oct 2021 07:58:57 +0000 (+0300) Subject: irc://, ircs://, news:// knowledge X-Git-Tag: v0.24.0^0 X-Git-Url: http://www.git.stargrave.org/?p=sgblog.git;a=commitdiff_plain;h=5d7dc09d723106698f936bdd0f06b4a5e5cb6576 irc://, ircs://, news:// knowledge --- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 9f39171..4d1e609 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -58,6 +58,9 @@ var ( "gopher": {}, "http": {}, "https": {}, + "irc": {}, + "ircs": {}, + "news": {}, "telnet": {}, } diff --git a/common.go b/common.go index b5c82ed..59edef2 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ import ( ) const ( - Version = "0.23.1" + Version = "0.24.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )