github.com/MetalBlockchain/metalgo@v1.11.9/tests/fixture/tmpnet/detached_process_windows.go (about)

     1  // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
     2  // See the file LICENSE for licensing terms.
     3  
     4  //go:build windows
     5  
     6  package tmpnet
     7  
     8  import "os/exec"
     9  
    10  func configureDetachedProcess(*exec.Cmd) {
    11  	panic("tmpnet deployment to windows is not supported")
    12  }