jni: move package documentation to the package declaration

Updates tailscale/tailscale#1195

Signed-off-by: Elias Naur <mail@eliasnaur.com>
pull/6/head
Elias Naur 3 years ago
parent 9525b1c46c
commit d3dc208237

@ -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"

Loading…
Cancel
Save