web: set user-agent for all web requests

This commit is contained in:
James Bayliss
2021-02-26 21:51:15 +00:00
parent 9c2b2ece33
commit a9486e1ce2
6 changed files with 20 additions and 11 deletions

7
build/build.go Normal file
View File

@@ -0,0 +1,7 @@
package build
var (
Version string
Timestamp string
GitCommit string
)