diff --git a/safesocket/safesocket.go b/safesocket/safesocket.go index 81f86782b..ba23a1d65 100644 --- a/safesocket/safesocket.go +++ b/safesocket/safesocket.go @@ -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