From 7936d74602379599af2d7c301b2740b281928956 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 21 Jun 2019 16:17:12 +0100 Subject: [PATCH] Update comments --- router/router.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router/router.go b/router/router.go index 51a629f9..725248f0 100644 --- a/router/router.go +++ b/router/router.go @@ -1,7 +1,7 @@ -// Package router provides an interface for micro network router +// Package router provides a network routing control plane package router -// Router is micro network router +// Router is an interface for a routing control plane type Router interface { // Init initializes the router with options Init(...Option) error