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