Fix build tags.

This commit is contained in:
Greg 2019-09-10 14:50:56 -04:00
parent 443cfa9919
commit cdce91e0ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//+build linux
//+build !android,linux
package passgo

View File

@ -1,4 +1,4 @@
//+build darwin linux
//+build darwin !android,linux
package passgo