bugfix: prevent linux code from building for android

This commit is contained in:
Chris Waldon 2020-06-20 16:06:20 -04:00
parent 08792ea52f
commit aef2cf562d
No known key found for this signature in database
GPG Key ID: 35BBC7C073F5A5D3
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//+build !android
package niotify
import (