Skip to content

Instantly share code, notes, and snippets.

View theandrew168's full-sized avatar

Andrew Dailey theandrew168

View GitHub Profile
@theandrew168
theandrew168 / dlp.go
Last active May 14, 2024 22:53
TurboDLP Discussion
package main
import (
"encoding/json"
"fmt"
"regexp"
)
// Algebraic data types based on:
// https://eli.thegreenplace.net/2018/go-and-algebraic-data-types/