Merge pull request #23 from prometheus/move-to-common

Move from client_golang/model to common/model
This commit is contained in:
Björn Rabenstein 2015-09-17 14:38:16 +02:00
commit 4270a5ed7e

View file

@ -23,8 +23,8 @@ import (
"strconv"
"strings"
"github.com/prometheus/client_golang/model"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/prometheus/log"
)