dcrd/internal/limits
Dave Collins db7eef97dc
main: Remove old style build constraints.
This removes the old style build constraints that were required for
versions of Go prior to version 1.17 now that now that the minimum
actively supported version of Go is 1.18.

Note that it intentionally does not remove them from the modules to
avoid needlessly breaking any consumers that might still be using them
from older versions of Go.
2022-12-05 09:04:01 -06:00
..
doc.go limits: Make limits package internal. 2018-09-06 15:19:25 -05:00
limits_plan9.go limits: Make limits package internal. 2018-09-06 15:19:25 -05:00
limits_unix.go main: Remove old style build constraints. 2022-12-05 09:04:01 -06:00
limits_windows.go limits: Make limits package internal. 2018-09-06 15:19:25 -05:00
memlimit_old.go main: Remove old style build constraints. 2022-12-05 09:04:01 -06:00
memlimit.go main: Remove old style build constraints. 2022-12-05 09:04:01 -06:00
README.md main: Tweak runtime GC params for Go 1.19. 2022-11-17 09:26:58 -06:00

limits

Build Status ISC License Doc

Package limits modifies process limits depending on the OS and Go runtime.

Installation and Updating

This package is internal and therefore is neither directly installed nor needs to be manually updated.

License

Package limits is licensed under the copyfree ISC License.