Fix godoc style comments (#356)
This commit is contained in:
committed by
GitHub
parent
8f921fbfde
commit
2e1f8d29b5
@@ -4,12 +4,12 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//GetChatEmbed gets the embed for chat
|
||||
// GetChatEmbed gets the embed for chat.
|
||||
func GetChatEmbed(w http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(w, r, "/index-standalone-chat.html", http.StatusMovedPermanently)
|
||||
}
|
||||
|
||||
//GetVideoEmbed gets the embed for video
|
||||
// GetVideoEmbed gets the embed for video.
|
||||
func GetVideoEmbed(w http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(w, r, "/index-video-only.html", http.StatusMovedPermanently)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user