This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
opencode_offline
Watch
0
Star
0
Fork
You've already forked opencode_offline
0
Code
Issues
Pull Requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
85c6301ac5
opencode_offline
/
packages
/
sdk
/
go
/
scripts
/
format
9 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
set
-e
cd
"
$(
dirname
"
$0
"
)
/..
"
echo
"==> Running gofmt -s -w"
gofmt -s -w .
Reference in New Issue
View Git Blame
Copy Permalink