diff --git a/internal/whutil/package.go b/internal/whutil/package.go index 7fa42a3..561cde7 100644 --- a/internal/whutil/package.go +++ b/internal/whutil/package.go @@ -1,3 +1,4 @@ // Package whutil stands for WASM HTTP utilities. +// // It contains internal utilities for github.com/nlepage/go-wasm-http-server. package whutil diff --git a/package.go b/package.go index c03bedf..8c3c29a 100644 --- a/package.go +++ b/package.go @@ -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. -// 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