go-hep.org/x/hep@v0.38.1/xrootd/go_server_test.go (about)

     1  // Copyright ©2018 The go-hep Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build xrootd_test_with_go_server
     6  
     7  package client // import "go-hep.org/x/hep/xrootd/client"
     8  
     9  func init() {
    10  	testClientAddrs = append(testClientAddrs, "0.0.0.0:9001")
    11  }