From 87ba49e5bb1929ed3859e3e09f5999182cb34205 Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Wed, 27 Nov 2019 08:03:31 +0100 Subject: [PATCH] :memo: --- package.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.go b/package.go index d26a278..c03bedf 100644 --- a/package.go +++ b/package.go @@ -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 github repository. +// 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