From 20064b27979b0244db23b4d1f38c5e40479df166 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Thu, 6 Feb 2025 18:54:22 -0700 Subject: [PATCH] route: fix doc string --- route/example_darwin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/example_darwin_test.go b/route/example_darwin_test.go index 6c69f90a..e442c3ec 100644 --- a/route/example_darwin_test.go +++ b/route/example_darwin_test.go @@ -14,8 +14,8 @@ import ( "golang.org/x/sys/unix" ) +// This example demonstrates how to parse a response to RTM_GET request. func ExampleParseRIB() { - // This example demonstrates how to parse a response to RTM_GET request. fd, err := unix.Socket(unix.AF_ROUTE, unix.SOCK_RAW, unix.AF_UNSPEC) if err != nil { return