You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/github.com/prometheus/common
jgsqware d9d5b058e5
replace GoDep by Glide
8 years ago
..
expfmt replace GoDep by Glide 8 years ago
internal/bitbucket.org/ww/goautoneg replace GoDep by Glide 8 years ago
log replace GoDep by Glide 8 years ago
model replace GoDep by Glide 8 years ago
route replace GoDep by Glide 8 years ago
.travis.yml replace GoDep by Glide 8 years ago
AUTHORS.md replace GoDep by Glide 8 years ago
CONTRIBUTING.md replace GoDep by Glide 8 years ago
LICENSE *: refresh godeps 8 years ago
NOTICE *: refresh godeps 8 years ago
README.md replace GoDep by Glide 8 years ago

README.md

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • model: Shared data structures
  • expfmt: Decoding and encoding for the exposition format
  • route: A routing wrapper around httprouter using context.Context
  • log: A logging wrapper around logrus