2
0
mirror of synced 2025-02-22 14:28:14 +00:00

bind/java: fix testpkg's gobind generate command.

Change-Id: I36494baac428ed9fdd777d2b03bf23a9cb2568b5
Reviewed-on: https://go-review.googlesource.com/8627
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Hyang-Ah (Hana) Kim 2015-04-06 11:26:41 -04:00 committed by Hyang-Ah Hana Kim
parent 7858a6e1a7
commit d886eeda27

View File

@ -1,8 +1,8 @@
// Package testpkg contains bound functions for testing the cgo-JNI interface.
package testpkg
//go:generate gobind -lang=go -output=go_testpkg/go_testpkg.go .
//go:generate gobind -lang=java -output=Testpkg.java .
//go:generate gobind -lang=go -outdir=go_testpkg .
//go:generate gobind -lang=java -outdir=. .
import (
"errors"
"fmt"