Skip to content

Commit

Permalink
Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Dec 24, 2019
1 parent b1c65ca commit 75e2e02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go
go:
- 1.3.1
- 1.4.1
- 1.x
notifications:
email: false

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# timer_metrics

A efficient way to capture timing information and periodically output metrics

[![Build Status](https://travis-ci.org/bitly/timer_metrics.png?branch=master)](https://travis-ci.org/bitly/timer_metrics)
[![Build Status](https://secure.travis-ci.org/bitly/timer_metrics.png?branch=master)](http://travis-ci.org/bitly/timer_metrics) [![GoDoc](https://godoc.org/github.com/bitly/timer_metrics?status.svg)](https://godoc.org/github.com/bitly/timer_metrics) [![GitHub release](https://img.shields.io/github/release/bitly/timer_metrics.svg)](https://github.com/bitly/timer_metrics/releases/latest)

A efficient way to capture timing information and periodically output metrics

See <https://godoc.org/github.com/bitly/timer_metrics>
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/bitly/timer_metrics

go 1.13

0 comments on commit 75e2e02

Please sign in to comment.