We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001a5e commit cae9ed9Copy full SHA for cae9ed9
setup.sh
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
# Ensure the current directory is part of a go module.
4
if [ ! -f "go.mod" ]; then
5
echo "error: failed to find go.mod file in current directory."
0 commit comments