1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Move BannerHTML to index.html

This commit is contained in:
Kane York 2015-10-28 18:12:20 -07:00
parent 6c422b8782
commit cf49f38bf8
7 changed files with 27 additions and 23 deletions

View file

@ -4,9 +4,9 @@ import (
"../../internal/server"
"fmt"
"github.com/abiosoft/ishell"
"github.com/gorilla/websocket"
"runtime"
"strings"
"github.com/gorilla/websocket"
)
func commandLineConsole() {
@ -69,4 +69,3 @@ func commandLineConsole() {
shell.Start()
}