This commit is contained in:
Greg 2020-06-23 14:05:11 -04:00
parent afef4e65f6
commit 2e7d20a1b4
1 changed files with 1 additions and 1 deletions

2
jni.go
View File

@ -2,10 +2,10 @@
// 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
/*
#cgo CFLAGS: -Wall