Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-metrics-prometheus
Commits
c9107197
Unverified
Commit
c9107197
authored
Sep 12, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix retrun value. Publish 0.3.0
parent
9b94afb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gx/lastpubver
.gx/lastpubver
+1
-1
binding.go
binding.go
+1
-1
package.json
package.json
+1
-1
No files found.
.gx/lastpubver
View file @
c9107197
0.
2
.0: Qm
aN6XdKRej6SAGtsXnWZEuUdZn7Ty6odWteeJKcT1VGMt
0.
3
.0: Qm
XWro6iddJRbGWUoZDpTu6tjo5EXX4xJHHR9VczeoGZbw
binding.go
View file @
c9107197
...
@@ -10,7 +10,7 @@ import (
...
@@ -10,7 +10,7 @@ import (
var
log
logging
.
EventLogger
=
logging
.
Logger
(
"metrics-prometheus"
)
var
log
logging
.
EventLogger
=
logging
.
Logger
(
"metrics-prometheus"
)
func
Inject
()
{
func
Inject
()
error
{
return
metrics
.
InjectImpl
(
newCreator
)
return
metrics
.
InjectImpl
(
newCreator
)
}
}
...
...
package.json
View file @
c9107197
...
@@ -30,5 +30,5 @@
...
@@ -30,5 +30,5 @@
"language"
:
"go"
,
"language"
:
"go"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"name"
:
"go-metrics-prometheus"
,
"name"
:
"go-metrics-prometheus"
,
"version"
:
"0.
2
.0"
"version"
:
"0.
3
.0"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment