gofmt tool
This commit is contained in:
3
tool/gofmt
Normal file
3
tool/gofmt
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ls */*.go | xargs -n 1 gofmt -tabs=false -tabwidth=4 -w=true
|
||||
Reference in New Issue
Block a user