From c617a99f3a98a387e7690eb9e0b9cb247d1c50ad Mon Sep 17 00:00:00 2001 From: MatejMagat305 <61238240+MatejMagat305@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:04:55 +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..dc5c208 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 doSpecific() {}