7 lines
174 B
Go
7 lines
174 B
Go
|
// Package java implements the Java language bindings.
|
||
|
//
|
||
|
// See the design document (http://golang.org/s/gobind).
|
||
|
//
|
||
|
// Currently, this works only for android.
|
||
|
package java
|