Skip to content

Commit

Permalink
fixup: Update docstring to reflect move of json marshaling
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Jun 20, 2024
1 parent fe06b28 commit 3f9aed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
var GitCommit string

// Versions contains the versions relevant to a build of avalanchego. In
// addition to supporting construction of the strings displayed by
// --version and --version-json, it can be used to unmarshal the output
// of --version-json.
// addition to supporting construction of the string displayed by
// --version, it is used to produce the output of --version-json and can
// be used to unmarshal that output.
type Versions struct {
Application string `json:"application"`
Database string `json:"database"`
Expand Down

0 comments on commit 3f9aed0

Please sign in to comment.