1
0
mirror of https://github.com/labstack/echo.git synced 2025-12-15 23:41:29 +02:00

New name for repo

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-03-27 14:21:30 -07:00
parent 827177a814
commit 064a69d1dc
13 changed files with 51 additions and 352 deletions

View File

@@ -1,4 +1,4 @@
package bolt
package echo
import (
"bufio"
@@ -22,7 +22,7 @@ func (r *response) WriteHeader(n int) {
// TODO: fix when halted.
if r.committed {
// TODO: Warning
log.Println("bolt: response already committed")
log.Println("echo: response already committed")
return
}
r.status = n