Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 5d75d62

Browse files
authored
chore: updating version.go comments (#66)
1 parent 50bc6d7 commit 5d75d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

version.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"fmt"
77
)
88

9+
// These constants follow the semantic versioning 2.0.0 spec (http://semver.org/)
910
type Version struct {
1011
Meta string `json:"meta" xml:"meta"`
1112
Major uint8 `json:"major" xml:"major"`

0 commit comments

Comments
 (0)