github.com/palcoin-project/palcd@v1.0.0/limits/limits_windows.go (about)

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