Skip to content

Commit 3e33483

Browse files
committed
added credit for gotidy
1 parent 64f113a commit 3e33483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go-monorepo/gotidy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
# shellcheck shell=sh
33

4+
# Credit to @gcurtis for this script!
5+
46
set -e
57

68
if [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ]; then

0 commit comments

Comments
 (0)