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:
parent
7858a6e1a7
commit
d886eeda27
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user