diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
| commit | 4b7b899bb35fb4ea218dabe49a674f4d2f80e7f8 (patch) | |
| tree | 0079d1a8b4ef95eca94a50a3d7162bc664f7b49f /dbus | |
| parent | 563c39c2d9fd932b4d839fa7713f98a36dba03ec (diff) | |
add package doc comments
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'dbus')
| -rw-r--r-- | dbus/dbus.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 ( |
