From d3dc208237694f2189aae16fdce3b36bad04d19e Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 25 Jan 2021 11:09:28 +0100 Subject: [PATCH] jni: move package documentation to the package declaration Updates tailscale/tailscale#1195 Signed-off-by: Elias Naur --- jni/jni.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jni/jni.go b/jni/jni.go index 73ccc42..9feb90c 100644 --- a/jni/jni.go +++ b/jni/jni.go @@ -2,10 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package jni - // Package jni implements various helper functions for communicating with the Android JVM // though JNI. +package jni import ( "errors"