From abbd3970099468d3246e5affe31bb3b30344ca69 Mon Sep 17 00:00:00 2001 From: Jarrod Roberson Date: Sat, 16 Mar 2024 17:35:19 -0400 Subject: [PATCH] updating README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80b64d1..3820f2a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ Destructuring package for structs in Go. This is a work in progress, I accidentally published it to pkg.go.dev prematurely. + +This package attempts to break any struct or pointer to struct down into its most primary parts to so a hash can be +calculated on the entire graph to generate a sort of identity ETag string that should be able to used to compare to see +if two things are the same field by field.