dcrd/internal/version
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
..
README.md multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
version_buildinfo.go main: Remove old style build constraints. 2022-12-05 09:04:01 -06:00
version_nobuildinfo.go main: Remove old style build constraints. 2022-12-05 09:04:01 -06:00
version_test.go version: Use uint32 for major/minor/patch. 2021-11-10 07:08:23 -06:00
version.go release: Bump for 1.8 release cycle. 2021-12-17 17:39:24 -06:00

version

Build Status ISC License Doc

Package version provides a single location to house the version information for dcrd and other utilities provided in the same repository.

Installation and Updating

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

License

Package version is licensed under the copyfree ISC License.