From 321d2887ed8dd29dfb01b2e921dd84776742fee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Tue, 6 Feb 2024 17:13:05 +0300 Subject: [PATCH] Update package browser doc for clarity --- browser/module.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/browser/module.go b/browser/module.go index f5afc27c3..63a8ec568 100644 --- a/browser/module.go +++ b/browser/module.go @@ -1,4 +1,9 @@ -// Package browser provides an entry point to the browser module. +// Package browser is the browser module's entry point, and +// initializer of various global types, and a translation layer +// between Goja and the internal business logic. +// +// It initializes and drives the downstream components by passing +// the necessary concrete dependencies. package browser import (