Files
osrg-gobgp/tools
IWASE YusukeandFUJITA Tomonori 8420d732b6 travis: Script to checkout use of avoided functions
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]>
2018-01-24 08:18:50 +09:00
..