From c5b54a0511d5fa048b66e25195a66eac6e02d1df Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Wed, 27 Nov 2019 08:04:59 +0100 Subject: [PATCH] :memo: --- internal/whutil/package.go | 1 + package.go | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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