Skip to content

Instantly share code, notes, and snippets.

View null0routed's full-sized avatar

Andy null0routed

View GitHub Profile
@null0routed
null0routed / Go-app v10 Class Example.go
Created May 8, 2025 13:05
Create a WASM application using go-app, with class additions to style the components.
package main
import (
"net/http"
"encoding/json"
"github.com/maxence-charriere/go-app/v10/pkg/app"
)
type Engagement struct {
@null0routed
null0routed / self_sign_ca_and_ssl_cert.md
Created November 29, 2024 13:35
Generating a self-signed CA and SSL cert from CA