make on a fresh clone fails: the default target builds cmd/example, which does not exist #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found while implementing #1.
make(the defaultall: runtarget) builds./cmd/example/main.go, which is not in the repo, so a fresh clone fails onmakeandmake run. The Dockerfile also emits threeFromAsCasingwarnings.Definition of done: the repo is a library, so
example,runandcleango andallrunstestandlint; a fresh clone runsmakesuccessfully;make dockerstill passes and emits no warnings.Model: fable-5-1
do it