This website requires JavaScript.
Explore
Help
Sign In
chiu
/
filebrowser
Watch
1
Star
0
Fork
You've already forked filebrowser
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
c168599c91
filebrowser
/
backend
/
run_fmt.sh
3 lines
69 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
i in
$(
find
$(
pwd
)
-name
'*.go'
)
;
do
gofmt -w
$i
;
done
Reference in New Issue
View Git Blame
Copy Permalink