From 535fc65c5f89fb8d43b0ecfc66c0806cbf4bea17 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sun, 26 Dec 2021 19:49:35 +0100 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e082e54..6c539e9 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ This structure was the initial attempt at providing a document model for go-toml. It allows manipulating the structure of any document, encoding and decoding from their TOML representation. While a more robust feature was initially planned in go-toml v2, this has been ultimately [removed from -scope][v2] of this library, with no plan to add it back at the moment. The +scope][nodoc] of this library, with no plan to add it back at the moment. The closest equivalent at the moment would be to unmarshal into an `interface{}` and use type assertions and/or reflection to manipulate the arbitrary structure. However this would fall short of providing all of the TOML features