chore: fix linting issues exposed by fixing golangci-lint (#12895)
Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Marko
Julien Robert
parent
15b04c2a87
commit
0943a70215
+6
-6
@@ -3,17 +3,17 @@
|
||||
// produces apps versioning information based on flags
|
||||
// passed at compile time.
|
||||
//
|
||||
// Configure the version command
|
||||
// # Configure the version command
|
||||
//
|
||||
// The version command can be just added to your cobra root command.
|
||||
// At build time, the variables Name, Version, Commit, and BuildTags
|
||||
// can be passed as build flags as shown in the following example:
|
||||
//
|
||||
// go build -X github.com/cosmos/cosmos-sdk/version.Name=gaia \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.AppName=gaiad \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.Version=1.0 \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.Commit=f0f7b7dab7e36c20b757cebce0e8f4fc5b95de60 \
|
||||
// -X "github.com/cosmos/cosmos-sdk/version.BuildTags=linux darwin amd64"
|
||||
// go build -X github.com/cosmos/cosmos-sdk/version.Name=gaia \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.AppName=gaiad \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.Version=1.0 \
|
||||
// -X github.com/cosmos/cosmos-sdk/version.Commit=f0f7b7dab7e36c20b757cebce0e8f4fc5b95de60 \
|
||||
// -X "github.com/cosmos/cosmos-sdk/version.BuildTags=linux darwin amd64"
|
||||
package version
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user