summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/platform/platform.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/platform/platform.go b/pkg/platform/platform.go
index 78adc6fab0..8d90433b60 100644
--- a/pkg/platform/platform.go
+++ b/pkg/platform/platform.go
@@ -19,6 +19,8 @@ var Architecture string
// OSType holds the runtime operating system type of the process. It is
// an alias for [runtime.GOOS].
+//
+// Deprecated: use [runtime.GOOS] instead.
const OSType = runtime.GOOS
func init() {