From 83fdc9ae9e01be9efcedda8f72345bcbe28d6c82 Mon Sep 17 00:00:00 2001 From: Cole Speelman Date: Wed, 12 Aug 2026 15:21:32 -0400 Subject: [PATCH] docs: add focused runtime recovery Document the runtime-first module repair without asking learners to erase their full Go module cache. Material drafting and review were assisted by OpenAI Codex. Cole Speelman reviewed the public tutorial and accepts human responsibility. Signed-off-by: Cole Speelman --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cacc873..39f134b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,17 @@ application resolves the published Apache-2.0 runtime rather than a neighboring development checkout. The verification scripts also reject any compiler or runtime version other than `v1.0.0-beta.1`. +If an earlier compiler-first attempt reports that the parent module does not +contain `gamertan.com/sandwich-hime/sando`, repair only that module selection: + +```sh +GOWORK=off go mod download gamertan.com/sandwich-hime/sando@v1.0.0-beta.1 +GOWORK=off go get gamertan.com/sandwich-hime/sando@v1.0.0-beta.1 +``` + +Then run the verifier again. You do not need to clear your whole Go module +cache. + Beta 1 is intended for classrooms, learning, prototypes, and evaluation. Its interfaces may still change before final v1. Linux and Windows have been maintainer-tested; macOS is provisional while native maintainer testing is