github.com/turingchain2020/turingchain@v1.1.21/common/limits/limits_windows.go (about) 1 // Copyright Turing Corp. 2018 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 // Copyright (c) 2013-2014 The btcsuite developers 6 // Copyright (c) 2015-2016 The Decred developers 7 // Use of this source code is governed by an ISC 8 // license that can be found in the LICENSE file. 9 10 package limits 11 12 // SetLimits is a no-op on Windows since it's not required there. 13 func SetLimits() error { 14 return nil 15 }