diff options
| author | Fuwn <[email protected]> | 2021-07-24 20:11:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-24 20:11:23 +0000 |
| commit | 688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2 (patch) | |
| tree | 73104855103207b7d04f385c255b8d891bf4715e /Makefile | |
| download | terra-688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2.tar.xz terra-688aec1791ca5ba357cef5afc4a4c6e11d8ff4c2.zip | |
feat(global): push development state
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..aa3b8fb --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +fmt: + go fmt github.com/Whirlsplash/terra... |