diff options
| author | 2026-03-04 14:31:38 +0800 | |
|---|---|---|
| committer | 2026-03-04 14:31:38 +0800 | |
| commit | d585f0889eef41f1386abefe3daa2e617a21895e (patch) | |
| tree | 65b2aa97a84a7ecd3c4b8efb3d3e188b2921b8b2 /reachability | |
| parent | *: Fix lints (diff) | |
| signature | No signature | |
*: Add package-level docs v0.1.44
Diffstat (limited to 'reachability')
| -rw-r--r-- | reachability/reachability.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reachability/reachability.go b/reachability/reachability.go index 93bc840b..12f672e3 100644 --- a/reachability/reachability.go +++ b/reachability/reachability.go @@ -1,3 +1,4 @@ +// Package reachability traverses the object graph to test relationships and emit object lists. package reachability import ( |
