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

Regenerate documentation for Gitter

This commit is contained in:
Chris Cummer
2018-08-12 03:31:37 -07:00
parent 5a9bdfaf32
commit d89b307854
46 changed files with 49 additions and 48 deletions

View File

@@ -8,7 +8,8 @@ contrib_check:
install:
go clean
go install -ldflags="-s -w -X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)"
#go install -ldflags="-s -w -X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)"
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)"
which wtf
lint: