This website works better with JavaScript
Home
Explore
Help
Sign In
Tailscale
/
tailscale
mirror of
https://github.com/tailscale/tailscale.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
log/logheap: appease staticcheck
Brad Fitzpatrick
5 years ago
parent
8edcab04d5
commit
50b2e5ffe6
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
log/logheap/logheap.go
+ 0
- 1
log/logheap/logheap.go
View File
@@ -38,5 +38,4 @@ func LogHeap(postURL string) {
return
}
defer res.Body.Close()
- return
}