mirror of https://github.com/cbeuw/Cloak
Fix build constraints
This commit is contained in:
parent
22ecfac036
commit
6d5d43ee6b
|
|
@ -1,4 +1,4 @@
|
||||||
//build !android
|
// +build !android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
//build android
|
// +build android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue