mobile/bind/java/javatest.go

18 lines
328 B
Go
Raw Normal View History

// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//+build ignore
package main
import (
"code.google.com/p/go.mobile/app"
_ "code.google.com/p/go.mobile/bind/java/testpkg/go_testpkg"
)
func main() {
app.Run()
}