File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ go get github.com/hound-search/hound/cmds/...
25
25
2015/03/13 09:07:42 Searcher started for statsd
26
26
2015/03/13 09:07:42 Searcher started for Hound
27
27
2015/03/13 09:07:42 All indexes built!
28
- 2015/03/13 09:07:42 running server at http://localhost:6080...
28
+ 2015/03/13 09:07:42 running server at http://localhost:6080
29
29
```
30
30
31
31
### Using Docker (1.4+)
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ func main() {
164
164
}
165
165
}
166
166
167
- info_log .Printf ("running server at http://%s... \n " , host )
167
+ info_log .Printf ("running server at http://%s\n " , host )
168
168
169
169
// Fully enable the web server now that we have indexes
170
170
panic (ws .ServeWithIndex (idx ))
You can’t perform that action at this time.
0 commit comments