just walk away and there will be an end to the horror
viewing file: miniwebproxy/ Makefile
view - history - annotated - download
all: miniwebproxy miniwebproxy: *.go go build -mod=`ls -d vendor 2> /dev/null` -o miniwebproxy clean: rm -f miniwebproxy