gogio: refuse compilation with additional arguments Previously, it was possible to misuse gigio with arguments after the package, such as `gogio -target android . -o foo.apk`. That cause an undesired effect, since `-o` is silently ignore by gogio. Now, any arguments after the package will trigger an error. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>
1 files changed, 3 insertions(+), 0 deletions(-) M gogio/main.go
M gogio/main.go => gogio/main.go +3 -0