From 8579edda882c5f08d241240406bb25dbe04c6a6e Mon Sep 17 00:00:00 2001 From: MatejMagat305 <61238240+MatejMagat305@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:14:12 +0100 Subject: [PATCH] Update others.go --- examples/others/android/logcat_jni/others.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/others/android/logcat_jni/others.go b/examples/others/android/logcat_jni/others.go index 9885d68..d028349 100644 --- a/examples/others/android/logcat_jni/others.go +++ b/examples/others/android/logcat_jni/others.go @@ -1,7 +1,3 @@ //go:build !android - package main - -func temp() { - -} +func temp() {}