Skip to content

Commit 18fe982

Browse files
committed
fix type issue
1 parent 68e2b8c commit 18fe982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/addr/isdas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func asParseBGP(s string) (retAs AS, retErr error) {
127127
// @ strconv.Exp2to10(30)
128128
// @ strconv.Exp2to10(20)
129129
// @ strconv.Exp2to10(10)
130-
// @ assert _as < strconv.Exp(2, BGPASBits)
130+
// @ assert _as < uint64(strconv.Exp(2, BGPASBits))
131131
return AS(_as), nil
132132
}
133133

0 commit comments

Comments
 (0)