From a25050ebcd591bd66e7062f607869cf98167f620 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 7 Jan 2018 00:56:25 +0900 Subject: [PATCH] update doc --- Makefile | 3 --- README.md | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9196b06..84cc5fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -BUILD_OS_TARGETS = "linux darwin freebsd windows" - test: deps go test ./... @@ -9,7 +7,6 @@ deps: go get golang.org/x/tools/cmd/cover go get github.com/mattn/goveralls -LINT_RET = .golint.txt lint: deps go vet ./... golint -set_exit_status ./... diff --git a/README.md b/README.md index 4453703..300241c 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,19 @@ timeout [![Build Status](https://travis-ci.org/Songmu/timeout.png?branch=master)][travis] [![Coverage Status](https://coveralls.io/repos/Songmu/timeout/badge.png?branch=master)][coveralls] [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license] +[![GoDoc](https://godoc.org/github.com/Songmu/timeout?status.svg)][godoc] [travis]: https://travis-ci.org/Songmu/timeout [coveralls]: https://coveralls.io/r/Songmu/timeout?branch=master [license]: https://github.com/Songmu/timeout/blob/master/LICENSE +[godoc]: https://godoc.org/github.com/Songmu/timeout -Timeout invocation. +Timeout invocation. Go porting of GNU timeout ## Description Run a given command with a time limit. - ## Disclaimer This software is still alpha quality. We may change APIs without notice.