mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
For the 32-bit platform compatibility, strconv.Atoi() should be replaced by strconv.ParseUint() or strconv.ParseInt(). This scripts prevents the use of these functions which should not be used with some reasons. Signed-off-by: IWASE Yusuke <[email protected]>