From ca7775c126853f081ab09ba75bf6261e7eb6c82b Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 21 Jun 2017 22:28:33 -0700 Subject: [PATCH] ready to compile --- .gitignore | 2 ++ InitActivity.go | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c38fa4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +*.iml diff --git a/InitActivity.go b/InitActivity.go index 1e1c423..f7d3f19 100644 --- a/InitActivity.go +++ b/InitActivity.go @@ -1,3 +1,5 @@ +// +build android + package go_ricochet_mobile import ( @@ -11,5 +13,6 @@ import ( ) type InitActivity struct { - + app.AppCompatActivity + binding databinding.ActivityInitBinding } \ No newline at end of file