From 4b7b899bb35fb4ea218dabe49a674f4d2f80e7f8 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 28 Oct 2024 20:57:59 +0900 Subject: add package doc comments Signed-off-by: Ophestra Umiker --- dbus/dbus.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus.go') diff --git a/dbus/dbus.go b/dbus/dbus.go index 50d2ec4a..c5b4e812 100644 --- a/dbus/dbus.go +++ b/dbus/dbus.go @@ -1,3 +1,4 @@ +// Package dbus wraps xdg-dbus-proxy and implements configuration and sandboxing of the underlying helper process. package dbus import ( -- cgit v1.3.1