mirror of
https://github.com/go-i2p/gojava.git
synced 2025-07-03 17:59:42 -04:00
Gofmt
This commit is contained in:
@ -18,8 +18,8 @@ import (
|
||||
"archive/zip"
|
||||
"runtime"
|
||||
|
||||
"github.com/sridharv/gomobile-java/bind"
|
||||
"flag"
|
||||
"github.com/sridharv/gomobile-java/bind"
|
||||
)
|
||||
|
||||
func runCommand(cmd string, args ...string) error {
|
||||
|
@ -3,11 +3,11 @@ package main
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"io/ioutil"
|
||||
"path/filepath"
|
||||
"os/exec"
|
||||
"os"
|
||||
"flag"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
var javaTest = flag.String("javatest", ".*", "Run only java tests matching the regular expression")
|
||||
|
Reference in New Issue
Block a user