We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f113a commit 3e33483Copy full SHA for 3e33483
go-monorepo/gotidy.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
# shellcheck shell=sh
3
4
+# Credit to @gcurtis for this script!
5
+
6
set -e
7
8
if [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ]; then
0 commit comments