This commit is contained in:
Nicolas Lepage 2019-11-27 08:03:31 +01:00
parent 6a36fe571c
commit 87ba49e5bb
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F

View File

@ -1,3 +1,3 @@
// Package wasmhttp (github.com/nlepae/go-wasm-http-server) allows to create a WebAssembly Go HTTP Server embedded in a ServiceWorker.
// This package is a subset of the full solution, a full usage is available on the <a href="https://github.com/nlepage/go-wasm-http-server">github repository</a>.
// Package wasmhttp (github.com/nlepage/go-wasm-http-server) allows to create a WebAssembly Go HTTP Server embedded in a ServiceWorker.
// This package is a subset of the full solution, a full usage is available on the github repository: https://github.com/nlepage/go-wasm-http-server
package wasmhttp