]> Sergey Matveev's repositories - sgblog.git/commitdiff
telnet:// is used in practice v0.3.5
authorSergey Matveev <stargrave@stargrave.org>
Fri, 7 Feb 2020 12:22:37 +0000 (15:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 7 Feb 2020 12:22:37 +0000 (15:22 +0300)
cmd/sgblog/main.go
common.go

index e8752a4f13ce132e8a628e9a1231ce6e2f6926e6..9162a88b0ffb830c468d8886830a69de9c06b7dc 100644 (file)
@@ -64,6 +64,7 @@ var (
                "gopher": struct{}{},
                "http":   struct{}{},
                "https":  struct{}{},
+               "telnet": struct{}{},
        }
 )
 
index 9b73465bbd5f80e5a772251ca39f015b7431ab4d..f778860cfae7e6fa23bd16ae3bbc169736d61bc3 100644 (file)
--- 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"
 )