KC
Size: a a a
KC
KC
KC
VY
VY
с
VY
W
go func() {
if err = http.ListenAndServeTLS(
fmt.Sprintf("%s:%d", config.BotHost, config.BotPort),
config.CertFilePath, config.CertKeyPath, nil,
); err != nil {
log.Fatal(err)
}
}()с
VY
KC
с
с
с
с
с
VY