fix retrun value. Publish 0.3.0

parent 9b94afb1
0.2.0: QmaN6XdKRej6SAGtsXnWZEuUdZn7Ty6odWteeJKcT1VGMt 0.3.0: QmXWro6iddJRbGWUoZDpTu6tjo5EXX4xJHHR9VczeoGZbw
...@@ -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)
} }
......
...@@ -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"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment