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

Added the System widget with basic build info

This commit is contained in:
Chris Cummer
2018-04-24 09:54:53 -07:00
parent 1559b1ea87
commit 7500a4031d
4 changed files with 84 additions and 24 deletions

View File

@@ -1,2 +1,2 @@
install:
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6 --dirty=-dev)"
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6 --dirty=-dev) -X main.builtat=$(shell date +%FT%T%z)"