github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/test/fixedbugs/bug345.go (about)

     1  // +build !windows
     2  // errorcheckdir -n
     3  
     4  // Copyright 2011 The Go Authors. All rights reserved.
     5  // Use of this source code is governed by a BSD-style
     6  // license that can be found in the LICENSE file.
     7  
     8  package ignored
     9  
    10  // TODO(ysmolsky): Fix golang.org/issue/25693 to enable on Windows.