Fix sharedsock build on android (#837)

This commit is contained in:
Zoltan Papp 2023-05-05 10:55:23 +02:00 committed by GitHub
parent cb12e2da21
commit 60e6d0890a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || android
package sharedsock