From a3ed2e5622024749468d8afa208baf00361434c2 Mon Sep 17 00:00:00 2001 From: jjpinto Date: Mon, 22 Dec 2025 11:16:29 -0500 Subject: [PATCH 1/2] Update nettrace import path to golang.org --- style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.md b/style.md index 6ffaff4..875b8ac 100644 --- a/style.md +++ b/style.md @@ -2646,7 +2646,7 @@ import ( "os" runtimetrace "runtime/trace" - nettrace "golang.net/x/trace" + nettrace "golang.org/x/net/trace" ) ``` @@ -2658,7 +2658,7 @@ import ( "os" "runtime/trace" - nettrace "golang.net/x/trace" + nettrace "golang.org/x/net/trace" ) ``` From 0197e70971fea8a9a08485b31290dfdc3e69bfbe Mon Sep 17 00:00:00 2001 From: jjpinto <16046674+jjpinto@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:16:45 +0000 Subject: [PATCH 2/2] Auto-update style.md --- style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.md b/style.md index 875b8ac..6ffaff4 100644 --- a/style.md +++ b/style.md @@ -2646,7 +2646,7 @@ import ( "os" runtimetrace "runtime/trace" - nettrace "golang.org/x/net/trace" + nettrace "golang.net/x/trace" ) ``` @@ -2658,7 +2658,7 @@ import ( "os" "runtime/trace" - nettrace "golang.org/x/net/trace" + nettrace "golang.net/x/trace" ) ```