7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
go fmt *.go
|
|
go fmt tests/*.go
|
|
|
|
git add *.go tests/*.go
|
|
git add tests/*.go
|