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
6969d3cabd1127be4be1c7ee7d5ffcbcbb2b93a6
Authored by
Georg Hopp
2018-10-02 21:02:37 +0200
1 parent
b21897b7
build: skipped
Make version globally accessible
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools.go
tools.go
View file @
6969d3c
...
...
@@ -38,7 +38,7 @@ type Version struct {
38
38
type
versionMap
map
[
string
]
Version
39
39
40
40
var
(
41
-
v
ersions
=
make
(
versionMap
)
41
+
V
ersions
=
make
(
versionMap
)
42
42
)
43
43
44
44
func
(
v
Version
)
Register
()
{
...
...
Please
register
or
login
to post a comment