Simon Law
Simon Law
Also, it looks like this patch doesn’t seem to handle `package foo_test` for `_test.go` files, inside `package foo`?
> > I wonder if the correct thing to do would be to pick the package name that occurs most frequently? > > That could also be done, but I...
Yes. This seems like a duplicate of #188.
Here is a proposed entrypoint.sh: ``` sh #!/bin/sh cmd='git' if [[ -x "$1" && -f "$1" ]]; then cmd="$1" shift fi exec "$cmd" "$@" ``` This would be integrated in...
This looks related to #10.