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