Document Web Foundations Preview 5
verify / verify (push) Successful in 3m55s

This commit is contained in:
2026-08-21 17:45:19 -04:00
parent bfe6cfd29e
commit 5563306368
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ The packages are ordinary Go imports. Pin the current preview and verify its
module checksum:
```bash
go get gamertan.com/web/requestmeta@v0.1.0-preview.4
go get gamertan.com/web/requestmeta@v0.1.0-preview.5
go mod verify
```