Andy Hsiung
Results
4
issues of
Andy Hsiung

I get an error when I run the example。
java code: public class GoSdkApplication { public static void main(String[] args) { System.out.println(args[0]); } } go code: package main import ( "log" "runtime" "github.com/timob/jnigi" ) func main() { if err...