davideisinger.com

My personal website
Log | Files | Refs | README

commit caa5a4d69c5a69bdb509be8c94bd8022e8c1adb4
parent 04c6f39af2367276581579dbbb6c66f410aea7cb
Author: David Eisinger <[email protected]>
Date:   Fri, 12 May 2023 10:14:13 -0400

Go JSON Schema

Diffstat:
Mcontent/notes/golang/index.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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 + * <https://github.com/qri-io/jsonschema> ### Projects I like