Standard Go Project Layout
-
Updated
Aug 11, 2020 - Makefile
On OSX:
$ mkdir fail-copier/
$ echo '_tasks: [ "exit 1" ]' > ../fail-copier/copier.yaml
$ mkdir my-project
$ cd my-project/
$ echo "doomed" > file.txt
$ copier ../fail-copier .
> Running task 1 of 1: exit 1
Something went wrong. Removing destination folder.
The 'my-project' directory should be unmodified and file.txt should st
Add a description, image, and links to the project-template topic page so that developers can more easily learn about it.
To associate your repository with the project-template topic, visit your repo's landing page and select "manage topics."
Pesy would be a great utility for detecting and reporting common issues with your project setup.
This Issue is to accumulate common issues that pesy is well positioned to detect and warn about.
We don't have enough requirements gathered to actually implement something like this feature but let's discuss the possibilities.
Basically, any time someone is confused by something with native projects