Skip to content

Instantly share code, notes, and snippets.

View anguslees's full-sized avatar

Angus Lees anguslees

View GitHub Profile
@anguslees
anguslees / yamldiff.go
Created September 6, 2022 03:34
Quick and dirty program to compare two directory trees of yaml (with some opinionated details)
package main
import (
"fmt"
"io"
"os"
"path/filepath"
"reflect"
"sort"
"strings"