Move mapper -> pkg/mapper

to make clear that this is meant to be used elsewhere

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2018-08-14 09:20:00 +00:00
parent 124c5b88d0
commit 40a13e604f
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC
10 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ import (
"github.com/prometheus/common/log" "github.com/prometheus/common/log"
"github.com/prometheus/common/model" "github.com/prometheus/common/model"
"github.com/prometheus/statsd_exporter/mapper" "github.com/prometheus/statsd_exporter/pkg/mapper"
) )
const ( const (

View file

@ -21,7 +21,7 @@ import (
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/statsd_exporter/mapper" "github.com/prometheus/statsd_exporter/pkg/mapper"
) )
// TestNegativeCounter validates when we send a negative // TestNegativeCounter validates when we send a negative

View file

@ -26,7 +26,7 @@ import (
"github.com/prometheus/common/log" "github.com/prometheus/common/log"
"github.com/prometheus/common/version" "github.com/prometheus/common/version"
"github.com/prometheus/statsd_exporter/mapper" "github.com/prometheus/statsd_exporter/pkg/mapper"
) )
func init() { func init() {