This website works better with JavaScript.
Explore
Help
Sign In
asciigoat
/
core
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Pull Requests
Projects
Releases
Activity
asciigoat's core library
https://asciigoat.org/core
11
Commits
6
Branches
13
Tags
1.1 MiB
Go
89%
Makefile
11%
Tree:
100d6d5cec
core
/
gofmt.sh
4 lines
97 B
Raw
Blame
History
#!/bin/sh
BASE
=
"
$(
dirname
"
$0
"
)
"
exec
gofmt -l -w -e -s --
$(
find
"
$BASE
"
-type f -name
'*.go'
)
Reference in new issue
Copy Permalink