Skip to content

Commit

Permalink
Test new go version pass all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dperaza4dustbit committed Nov 4, 2021
1 parent 21a36cd commit 255a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func init() {
}

var release Release
// we unmarshal our byteArray which contains our
// we unmarshal our byteArray which contains our + DAVP_TEST
// jsonFile's content into 'users' which we defined above
err = json.Unmarshal(byteValue, &release)
if err != nil {
Expand Down

0 comments on commit 255a40f

Please sign in to comment.