This website works better with JavaScript.
Home
Help
Sign In
sm
/
hw
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
16
Wiki
Activity
Browse Source
some docs
master
Stephen McQuay
3 years ago
parent
ea8a518921
commit
75411915a0
Signed by:
sm
GPG Key ID:
4E4B72F479BA3CE5
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
hw.go
+ 3
- 0
hw.go
View File
@ -2,7 +2,10 @@ package hw
import
"net/http"
// Version is version.
var
Version
=
"unset"
// Git exists so we can override it
var
Git
=
"unset"
// OK simply return 200
Write
Preview
Loading…
Cancel
Save