Skip to content

Commit 3f9aed0

Browse files
committed
fixup: Update docstring to reflect move of json marshaling
1 parent fe06b28 commit 3f9aed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version/string.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
var GitCommit string
1414

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

0 commit comments

Comments
 (0)