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 --- ldd/ldd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ldd') diff --git a/ldd/ldd.go b/ldd/ldd.go index 6c2aec30..2862dab3 100644 --- a/ldd/ldd.go +++ b/ldd/ldd.go @@ -1,3 +1,4 @@ +// Package ldd retrieves linker information by invoking ldd from glibc or musl and parsing its output. package ldd import ( -- cgit v1.3.1