summaryrefslogtreecommitdiff
path: root/lib/profile/profile.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/profile.go')
-rw-r--r--lib/profile/profile.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/profile/profile.go b/lib/profile/profile.go
index 27c7e61..0910e5c 100644
--- a/lib/profile/profile.go
+++ b/lib/profile/profile.go
@@ -2,6 +2,8 @@
//
// SPDX-License-Identifier: GPL-2.0-or-later
+// Package profile implements a uniform interface for getting
+// profiling information from the Go runtime.
package profile
import (