Fri, 10 Apr 2015 10:02 am
JSON Output
/*
// JSON
w.Header().Set("Content-Type", "application/json")
fmt.Fprint(w, finalResult)
return
*/
#go