From e83a81120ba344b2b605fc9300ec69eb0069069a Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 27 Feb 2023 23:16:33 +0100 Subject: [PATCH] updated documents --- NOTES.md | 12 +++++++++++- README.md | 14 -------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/NOTES.md b/NOTES.md index 1bea3d7..20af48e 100644 --- a/NOTES.md +++ b/NOTES.md @@ -553,4 +553,14 @@ func (v Right[A, B]) Match( ) { caseRight(v.Value) } -``` \ No newline at end of file +``` + +## Bibliografia + +Materiale per il talk sulle generics del Go: + +- — Basi sulle generics + +- — Quanto usarle e quando no + +- — Questa è proprio la proposal ufficiale in teoria diff --git a/README.md b/README.md index f7e4da9..7a439ba 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,3 @@ [https://dev.to/aziis98/introduzione-alle-generics-in-go-15p-temp-slug-4472888](https://dev.to/aziis98/introduzione-alle-generics-in-go-15p-temp-slug-4472888?preview=973a2f7297ea145eed3f6655bc5f5d85f6215c621ff992e0ac60b2df691d1f65c4cf1a1d498c017abc4c2c540312ea989424865bcc5c7adb0f826f41) -Materiale per il talk sulle generics del Go: - -- - - Basi sulle generics - -- - - Quanto usarle e quando no - -- - - Questa è proprio la proposal ufficiale in teoria -