We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks very much for starting this.
If I create a simple go.mod file:
go.mod
cat <<EOD > go.mod module "rubbish.com/blah" require ( "github.com/kisielk/gotool" v1.0.0 )
open in Vim and then gg=G to reformat I'm left with:
gg=G
module "rubbish.com/blah" require ( "github.com/kisielk/gotool" v1.0.0 )
Am I doing something wrong here?
Thanks
The text was updated successfully, but these errors were encountered:
@myitcv I surprised users using this project lol 😮
BTW, It seems to indent issue. I'll dig it. Thanks.
indent
Sorry, something went wrong.
@zchee I'm seeing what vgo can do!
vgo
No branches or pull requests
Thanks very much for starting this.
If I create a simple
go.mod
file:open in Vim and then
gg=G
to reformat I'm left with:Am I doing something wrong here?
Thanks
The text was updated successfully, but these errors were encountered: