1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Remove rest of vendor directory

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2020-02-22 02:04:13 -08:00
3427 changed files with 1 additions and 1309996 deletions

View File

@@ -30,7 +30,7 @@ APP=wtfutil
## build: builds a local version
build:
go build -o bin/${APP} -mod=vendor
go build -o bin/${APP}
@echo "Done building"
## clean: removes old build cruft