summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gorilla/websocket/examples/filewatch/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/websocket/examples/filewatch/main.go')
-rw-r--r--vendor/github.com/gorilla/websocket/examples/filewatch/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gorilla/websocket/examples/filewatch/main.go b/vendor/github.com/gorilla/websocket/examples/filewatch/main.go
index f5f9da5c3..2ac2b324f 100644
--- a/vendor/github.com/gorilla/websocket/examples/filewatch/main.go
+++ b/vendor/github.com/gorilla/websocket/examples/filewatch/main.go
@@ -6,12 +6,12 @@ package main
import (
"flag"
- "html/template"
"io/ioutil"
"log"
"net/http"
"os"
"strconv"
+ "text/template"
"time"
"github.com/gorilla/websocket"