github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/utils/man/man_windows_test.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package man
     5  
     6  import (
     7  	"testing"
     8  )
     9  
    10  // TestMan tests the builtins package
    11  func TestMan(t *testing.T) {
    12  	t.Skip("Not used on Windows")
    13  }