#go build does not appear to do anything

10 messages · Page 1 of 1 (latest)

echo isle
hardy marlin
#

The actual command seems to be inside the cmd folder, so you'd need to build both cmd/age-keygen and cmd/age:

go build ./cmd/age-keygen
go build ./cmd/age
echo isle
#

whoops!

#

thanks

#

it'd be nice if go build told me nothing was being built.

hardy marlin
#

it did, just not with words 😉

echo isle
#

by returning silently to the command line with no output?

#

vibes based programming, got it.

hardy marlin
#

😛

#

in reality, it would have been good if the author had a Makefile or similar