Toggle navigation
Sign in
golang
/
version
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
3a9a423e0f56db5ab38f25f71a27befdc63d08eb
Authored by
Georg Hopp
2018-10-02 21:06:50 +0200
1 parent
6969d3ca
build: skipped
Fix
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools.go
tools.go
View file @
3a9a423
...
...
@@ -42,7 +42,7 @@ var (
42
42
)
43
43
44
44
func
(
v
Version
)
Register
()
{
45
-
v
ersions
[
v
.
Package
]
=
v
45
+
V
ersions
[
v
.
Package
]
=
v
46
46
}
47
47
48
48
func
(
vMap
versionMap
)
Json
()
([]
byte
,
error
)
{
...
...
Please
register
or
login
to post a comment