mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-04-28 03:30:07 +00:00
Lint
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
faf0b097ea
commit
53431e17bf
2
main.go
2
main.go
@ -83,7 +83,7 @@ func main() {
|
|||||||
Usage: "Prints the version",
|
Usage: "Prints the version",
|
||||||
Description: "Prints the version",
|
Description: "Prints the version",
|
||||||
ArgsUsage: "kcrypt version",
|
ArgsUsage: "kcrypt version",
|
||||||
Action: func(_ context.Context, c *cli.Command) error {
|
Action: func(_ context.Context, _ *cli.Command) error {
|
||||||
log.Logger.Info().Str("commit", GitCommit).Str("goversion", runtime.Version()).Str("version", Version).Msg("Kcrypt")
|
log.Logger.Info().Str("commit", GitCommit).Str("goversion", runtime.Version()).Str("version", Version).Msg("Kcrypt")
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user