mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
route: fix doc string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user