In https://github.com/switchupcb/copygen, how can I exclude the example
package from go get
and the go install
binary? It’s also included in the godoc
. I’m not sure if excluding examples is necessary in this case, but I will need to exclude a directory in an upcoming project.
Alternatively, will adding another go.mod
work to examples
work?