1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00
Files
osrg-gobgp/api
IWASE Yusuke e6a7cfd762 api/grpc_server: Avoid name collision "server"
To improve code inspection result, this patch renames "server"
variables in NewServer() to "s" because "server" collides the
imported package name "github.com/osrg/gobgp/server".

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
2017-11-13 11:20:07 +09:00
..