This commit is contained in:
Nicolas Lepage 2019-11-27 08:04:59 +01:00
parent 87ba49e5bb
commit c5b54a0511
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// Package whutil stands for WASM HTTP utilities. // Package whutil stands for WASM HTTP utilities.
//
// It contains internal utilities for github.com/nlepage/go-wasm-http-server. // It contains internal utilities for github.com/nlepage/go-wasm-http-server.
package whutil package whutil

View File

@ -1,3 +1,4 @@
// Package wasmhttp (github.com/nlepage/go-wasm-http-server) allows to create a WebAssembly Go HTTP Server embedded in a ServiceWorker. // 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 //
// It 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 package wasmhttp