hwl: print git

This commit is contained in:
Stephen McQuay 2018-03-08 16:25:02 -08:00
parent e853273df0
commit ea8a518921
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
func main() {
for {
log.Printf("hwl@%+v", hw.Version)
log.Printf("hwl version=%q, git=%q", hw.Version, hw.Git)
time.Sleep(1 * time.Second)
}
}