mirror of https://github.com/cbeuw/Cloak
Compare commits
1 Commits
8aeb07f546
...
42aa6a7aef
| Author | SHA1 | Date |
|---|---|---|
|
|
42aa6a7aef |
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build !protector_android
|
//go:build !android
|
||||||
// +build !protector_android
|
// +build !android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//go:build protector_android
|
//go:build android
|
||||||
// +build protector_android
|
// +build android
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue