mobile
mobile copied to clipboard
feat: added golistflags
Added glflags
to make it possible to use go list
with argument. For example go list -mod=mod
.
This solves the issue: https://github.com/golang/go/issues/67927