We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe06b28 commit 3f9aed0Copy full SHA for 3f9aed0
version/string.go
@@ -13,9 +13,9 @@ import (
13
var GitCommit string
14
15
// 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.
+// 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.
19
type Versions struct {
20
Application string `json:"application"`
21
Database string `json:"database"`
0 commit comments