From caa5a4d69c5a69bdb509be8c94bd8022e8c1adb4 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 12 May 2023 10:14:13 -0400 Subject: [PATCH] Go JSON Schema --- content/notes/golang/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index 6851c5f..09f3aaf 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -18,6 +18,8 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo * Goroutines / concurrency * Dev tooling * How to read/write JSON +* How to validate with JSON Schema + * ### Projects I like