Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Jul 19, 2023
1 parent fda8d5f commit 1f67191
Show file tree
Hide file tree
Showing 25 changed files with 1,504 additions and 1,510 deletions.
150 changes: 75 additions & 75 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
@@ -1,8 +1,8 @@
const cacheName = "app-" + "9e2dac22883b2a92f3c086b001ec59c64a26c2d3";
const cacheName = "app-" + "3459d8c935299b0a92937becf0424da54c82f488";
const resourcesToCache = ["/","/app.css","/app.js","/manifest.webmanifest","/wasm_exec.js","/web/app.wasm","/web/css/docs.css","/web/css/prism.css","/web/documents/home-next.md","/web/documents/home.md","/web/documents/updates.md","/web/documents/what-is-go-app.md","/web/icon.png","/web/js/prism.js","https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500\u0026display=swap","https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1013306768105236"];

self.addEventListener("install", (event) => {
console.log("installing app worker 9e2dac22883b2a92f3c086b001ec59c64a26c2d3");
console.log("installing app worker 3459d8c935299b0a92937becf0424da54c82f488");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker 9e2dac22883b2a92f3c086b001ec59c64a26c2d3 is activated");
console.log("app worker 3459d8c935299b0a92937becf0424da54c82f488 is activated");
});

self.addEventListener("fetch", (event) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
Expand Up @@ -5,7 +5,7 @@ var goappNav = function () {};
var goappOnUpdate = function () {};
var goappOnAppInstallChange = function () {};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"9e2dac22883b2a92f3c086b001ec59c64a26c2d3"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"3459d8c935299b0a92937becf0424da54c82f488"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLengthHeader = "";

Expand Down
144 changes: 72 additions & 72 deletions docs/architecture.html

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/components.html

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions docs/concurrency.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions docs/getting-started.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions docs/github-deploy.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/index.html

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions docs/install.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions docs/js.html

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions docs/lifecycle.html

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions docs/migrate.html

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/notifications.html

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions docs/reference.html

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/routing.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions docs/seo.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions docs/states.html

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions docs/static-resources.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions docs/testing.html

Large diffs are not rendered by default.

Binary file modified docs/web/app.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/web/documents/reference.html
Expand Up @@ -15,7 +15,7 @@



<script>var goVersion = "go1.20.4";</script>
<script>var goVersion = "go1.20.5";</script>
<script src="/lib/godoc/godocs.js" defer></script>
</head>
<body>
Expand Down Expand Up @@ -27115,7 +27115,7 @@ <h2 id="pkg-subdirectories">Subdirectories</h2>


<div id="footer">
Build version go1.20.4.<br>
Build version go1.20.5.<br>
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
Expand Down
6 changes: 0 additions & 6 deletions go.sum
Expand Up @@ -4,8 +4,6 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
github.com/gomarkdown/markdown v0.0.0-20220607163217-45f7c050e2d1 h1:wAupuFkZ/yq219/mSbqDtMfUZQY0gTYEtoz3/LKtppU=
github.com/gomarkdown/markdown v0.0.0-20220607163217-45f7c050e2d1/go.mod h1:JDGcbDT52eL4fju3sZ4TeHGsQwhG9nbDV21aMyhwPoA=
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c h1:iyaGYbCmcYK0Ja9a3OUa2Fo+EaN0cbLu0eKpBwPFzc8=
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c/go.mod h1:JDGcbDT52eL4fju3sZ4TeHGsQwhG9nbDV21aMyhwPoA=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
Expand All @@ -16,12 +14,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e h1:T8NU3HyQ8ClP4SEE+KbFlg6n0NhuTsN4MyznaarGsZM=
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
golang.org/x/net v0.0.0-20220615171555-694bf12d69de h1:ogOG2+P6LjO2j55AkRScrkB2BFpd+Z8TY2wcM0Z3MGo=
golang.org/x/net v0.0.0-20220615171555-694bf12d69de/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down

0 comments on commit 1f67191

Please sign in to comment.