OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / vendor / github.com / btcsuite / btcd / limits / limits_windows.go
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 }