9 lines
218 B
Go
9 lines
218 B
Go
// Copyright (c) 2018 The Decred developers
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
/*
|
|
Package limits allows to raises some process limits.
|
|
*/
|
|
package limits
|