minor tweaks to make sure mysql still runs

Этот коммит содержится в:
=Corey Hulen
2015-07-12 19:12:23 -08:00
родитель 34d56294a2
Коммит af63080c0d
5 изменённых файлов: 28 добавлений и 9 удалений

Просмотреть файл

@@ -11,6 +11,7 @@ import (
"net/url"
"strconv"
"strings"
"time"
)
const (
@@ -92,6 +93,7 @@ func getCookie(name string, resp *http.Response) *http.Cookie {
func (c *Client) Must(result *Result, err *AppError) *Result {
if err != nil {
time.Sleep(time.Second)
panic(err)
}