github.com/lianghucheng/zrddz@v0.0.0-20200923083010-c71f680932e2/src/gopkg.in/mgo.v2/syscall_windows_test.go (about)

     1  package mgo_test
     2  
     3  func stop(pid int) (err error) {
     4  	panicOnWindows() // Always does.
     5  	return nil
     6  }
     7  
     8  func cont(pid int) (err error) {
     9  	panicOnWindows() // Always does.
    10  	return nil
    11  }