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
+3 -3
View File
@@ -2,7 +2,7 @@
# Gamertan Web Foundations
> Status: `v0.1.0-preview.4` public preview. APIs may change before a stable
> Status: `v0.1.0-preview.5` public preview. APIs may change before a stable
> release; Linux is the maintained release platform.
Small, composable Go packages for the unglamorous boundaries of a careful web
@@ -24,14 +24,14 @@ Pin the preview in an application module, then import only the packages that
application needs:
```bash
go get gamertan.com/web@v0.1.0-preview.4
go get gamertan.com/web@v0.1.0-preview.5
go mod verify
```
An application may also name the first package it intends to adopt:
```bash
go get gamertan.com/web/requestmeta@v0.1.0-preview.4
go get gamertan.com/web/requestmeta@v0.1.0-preview.5
```
The version belongs to the `gamertan.com/web` module. Go compiles and links