Skip to content

Instantly share code, notes, and snippets.

@cbuctok
Created November 2, 2019 12:31
Show Gist options
  • Save cbuctok/5665d2b3ac937b17eedbe66811979c9b to your computer and use it in GitHub Desktop.
Save cbuctok/5665d2b3ac937b17eedbe66811979c9b to your computer and use it in GitHub Desktop.
Standard Go Project Layout for poor
array=("api" "assets" "build" "cmd" "configs" "deployments" "docs" "examples" "githooks" "init" "internal" "pkg" "scripts" "test" "third_party" "tools" "vendor" "web" "website")
for d in ${array[*]};
do
mkdir $d
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment