mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
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>