1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-02-04 18:21:53 +02:00

Update comments

This commit is contained in:
Asim Aslam 2019-06-21 16:17:12 +01:00
parent 6db720b197
commit 7936d74602

View File

@ -1,7 +1,7 @@
// Package router provides an interface for micro network router // Package router provides a network routing control plane
package router package router
// Router is micro network router // Router is an interface for a routing control plane
type Router interface { type Router interface {
// Init initializes the router with options // Init initializes the router with options
Init(...Option) error Init(...Option) error