Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
BUILD_OS_TARGETS = "linux darwin freebsd windows"

test: deps
go test ./...

Expand All @@ -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 ./...
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down