github.com/BlockABC/godash@v0.0.0-20191112120524-f4aa3a32c566/limits/limits_windows.go (about)

     1  // Copyright (c) 2013-2014 The btcsuite developers
     2  // Copyright (c) 2016 The Dash developers
     3  // Use of this source code is governed by an ISC
     4  // license that can be found in the LICENSE file.
     5  
     6  package limits
     7  
     8  // SetLimits is a no-op on Windows since it's not required there.
     9  func SetLimits() error {
    10  	return nil
    11  }