From 5d7dc09d723106698f936bdd0f06b4a5e5cb6576 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 Oct 2021 10:58:57 +0300 Subject: [PATCH] irc://, ircs://, news:// knowledge --- cmd/sgblog/http.go | 3 +++ common.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" ) -- 2.44.0