decred.org/dcrdex@v1.0.5/dex/version/version_nobuildinfo.go (about) 1 // Copyright (c) 2021-2022 The Decred developers 2 // Use of this source code is governed by an ISC license 3 // that can be found at https://github.com/decred/dcrd/blob/master/LICENSE. 4 5 //go:build !go1.18 6 7 package version 8 9 func vcsCommitID() string { 10 return "" 11 }