9 lines
221 B
Go
9 lines
221 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 some process limits to be raised.
|
|
*/
|
|
package limits
|