Andy Hsiung

Results 4 issues of Andy Hsiung

![image](https://user-images.githubusercontent.com/8225375/162148168-482adb14-056d-46ec-b071-db4c2df9e562.png)

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...