File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ package main
6
6
7
7
import (
8
8
"flag"
9
+ "html/template"
9
10
"log"
10
11
"net/http"
11
- "text/template"
12
12
)
13
13
14
14
var addr = flag .String ("addr" , ":8080" , "http service address" )
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ package main
7
7
import (
8
8
"bufio"
9
9
"flag"
10
+ "html/template"
10
11
"io"
11
12
"log"
12
13
"net/http"
13
14
"os"
14
15
"os/exec"
15
- "text/template"
16
16
"time"
17
17
18
18
"github.com/gorilla/websocket"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ package main
6
6
7
7
import (
8
8
"flag"
9
+ "html/template"
9
10
"io/ioutil"
10
11
"log"
11
12
"net/http"
12
13
"os"
13
14
"strconv"
14
- "text/template"
15
15
"time"
16
16
17
17
"github.com/gorilla/websocket"
You can’t perform that action at this time.
0 commit comments