safesocket: delete incorrect build tag

Leftover from copying one file to another to create safesocket.go
in the earlier documentation change (29f7d64091).
This commit is contained in:
Brad Fitzpatrick 2020-02-25 09:02:52 -08:00
parent 29f7d64091
commit 04e6b77774
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !windows
// Package safesocket creates either a Unix socket, if possible, or
// otherwise a localhost TCP connection.
package safesocket