Maintenance: package comments

This commit is contained in:
Quentin McGaw
2021-02-06 16:26:23 +00:00
parent 90aaf71270
commit 7ca9d445f1
19 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package routing defines interfaces to interact with the ip routes using NETLINK.
package routing
import (