Commit 644f9fc2 authored by Stephan Handuwala's avatar Stephan Handuwala 🏋🏻

Merge branch 'master' into 'master'

timestamp in std output

See merge request !17
parents f69c248e 83b16729
......@@ -184,7 +184,7 @@ func main() {
}
// fmt.Println(string(respbody))
fmt.Printf(" %s, %s | ", resp.Status, strconv.Itoa(newDoc.TotalRows))
fmt.Printf(" %s, %s, %s | ", resp.Status, strconv.Itoa(newDoc.TotalRows), time.Now().In(loc).String())
logOutbox(resp.Status, strconv.Itoa(newDoc.TotalRows), time.Now().In(loc).String() /*string(respbody)*/)
//fmt.Printf("%s, %s, %s", resp.Status, strconv.Itoa(newDoc.TotalRows), string(respbody))
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment