added Makefile, bumped version

This commit is contained in:
Daniel Czerwonk 2017-09-29 23:36:10 +02:00
parent 241141c2b3
commit a0dc848078
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1,4 @@
language: go
go:
- 1.8
script: make init test vet lint errcheck

View File

@ -11,7 +11,7 @@ import (
"github.com/prometheus/common/log"
)
const version string = "0.8.2"
const version string = "0.8.3"
var (
showVersion = flag.Bool("version", false, "Print version information.")

View File

@ -6,9 +6,8 @@ import (
"fmt"
"regexp"
"strconv"
"time"
"strings"
"time"
"github.com/czerwonk/bird_exporter/protocol"
"github.com/prometheus/common/log"