You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a version that does compile for 32 bit -- I'd do a pull request but the calls change from int to int64, so people who are on 64 bit systems would have to change from int to int64 in their code.
I encountered an issue when compiling a project with this library with the
GOARCH=386
.This is the line in question:
ipsubnet/ip.go
Line 16 in 30bc98f
The text was updated successfully, but these errors were encountered: