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

Replace Fprintf calls with SetText calls

This commit is contained in:
Chris Cummer
2018-08-03 09:51:54 -07:00
parent 389d3cbfbe
commit b5bdaf3150
3 changed files with 6 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ install:
go install -ldflags="-s -w -X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)"
which wtf
lint:
structcheck ./...
varcheck ./...
run: build
bin/wtf