Skip to content

Instantly share code, notes, and snippets.

View noetarbouriech's full-sized avatar
☁️

Noé Tarbouriech noetarbouriech

☁️
View GitHub Profile
@noetarbouriech
noetarbouriech / main.go
Created July 24, 2023 15:39
Random Cat Generator (in Go using htmx)
package main
import (
"encoding/json"
"fmt"
"html/template"
"log"
"math/rand"
"net/http"
"time"