mobile: use single "mobile" build tag instead of "ios" and "android"

Since the "android" build tag conflicts with a go compiler build tag, we instead use a single "mobile" tag for both platforms.
This commit is contained in:
Johan T. Halseth
2020-07-15 15:19:25 +02:00
parent f360ec71bf
commit 7a30332619
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// +build ios android
// +build mobile
package lndmobile