projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9323707
)
livereload: Run go fmt on connection.go
author
Anthony Fok
<foka@debian.org>
Mon, 21 Mar 2016 06:25:00 +0000
(14:25 +0800)
committer
Anthony Fok
<foka@debian.org>
Mon, 21 Mar 2016 06:25:00 +0000
(14:25 +0800)
See #1998 and commit
bafb771
livereload/connection.go
patch
|
blob
|
history
diff --git
a/livereload/connection.go
b/livereload/connection.go
index 154c823ffc9807dbf90e946fb3d9bb59656b68e7..6e31b1baf43f0efdeaa70f876d8e4b1e2154fae9 100644
(file)
--- a/
livereload/connection.go
+++ b/
livereload/connection.go
@@
-33,7
+33,7
@@
func (c *connection) reader() {
if err != nil {
break
}
- if
bytes.Contains(message, []byte(`"command":"hello"`))
{
+ if
bytes.Contains(message, []byte(`"command":"hello"`))
{
c.send <- []byte(`{
"command": "hello",
"protocols": [ "http://livereload.com/protocols/official-7" ],