From 90ef910006b039cb437431f09fe6b15a39eb409a Mon Sep 17 00:00:00 2001 From: Nathan Nutter Date: Thu, 28 May 2026 00:46:45 -0500 Subject: [PATCH 1/2] Fix typo in URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 373bc59..c25d1d1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An annotated function must not mutate caller-visible state through parameters or Standard `go install` installation, ```sh -go install github.com/phase-shift/phase-shift-go/cmd/phase-shift@latest +go install github.com/phasemerge/phase-shift-go/cmd/phase-shift@latest ``` ## Usage From eff7ae056ffb4b5a968a3a923aec916a0d0fdd82 Mon Sep 17 00:00:00 2001 From: Nathan Nutter Date: Thu, 28 May 2026 00:47:05 -0500 Subject: [PATCH 2/2] Note the need for GOPRIVATE at the moment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25d1d1..0afe337 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An annotated function must not mutate caller-visible state through parameters or Standard `go install` installation, ```sh -go install github.com/phasemerge/phase-shift-go/cmd/phase-shift@latest +GOPRIVATE=github.com/phasemerge go install github.com/phasemerge/phase-shift-go/cmd/phase-shift@latest ``` ## Usage