From bfd18bcd42c289e5116caae72604d492fe5c4fb4 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 8 Jul 2026 09:23:53 -0400 Subject: [PATCH] Revise tutorial date and lesson details Updated tutorial date and lesson information. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3130893..6360641 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
-# Today's Tutorial [July 7, 2026] -## Lesson 237: Go Hacking Course (Chapter 4: Primitive Types) -This chapter covers Golang primitive types for the x64 architecture. +# Today's Tutorial [July 8, 2026] +## Lesson 238: Go Hacking Course (Chapter 5: Debugging Primitive Types) +This chapter covers Golang debugging of the primitive types for the x64 architecture. -> Click [HERE](https://github.com/mytechnotalent/Go-Hacking/blob/main/Go%20Hacking.pdf) to read the FREE pdf book.