func main() { fmt.Print(clockgsl.GetAllAsString()) }
func stringhandler(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "text/plain; charset=utf-8") fmt.Fprintf(w, clockgsl.GetAllAsString()) }