Skip to content

Commit fecec3b

Browse files
Update README.md
1 parent 8fa4467 commit fecec3b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# go-cmd/Cmd
22

3-
[![Go Report Card][goreport-img]][goreport-url]
4-
[![Build status][build-img]][build-url]
5-
[![Coverage report][cover-img]][cover-url]
6-
[![GoDoc][godoc-img]][godoc-url]
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/go-cmd/cmd)](https://goreportcard.com/report/github.com/go-cmd/cmd)[![Coverage Status](https://coveralls.io/repos/github/go-cmd/cmd/badge.svg?branch=master)](https://coveralls.io/github/go-cmd/cmd?branch=master)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/go-cmd/cmd/.svg)](https://pkg.go.dev/github.com/go-cmd/cmd/)
75

8-
This package is a small but very useful wrapper around [os/exec.Cmd](https://golang.org/pkg/os/exec/#Cmd) that makes it safe and simple to run external commands in highly concurrent, asynchronous, real-time applications. It works on Linux, macOS, and Windows. Here's the basic usage:
6+
This package is a small but very useful wrapper around [os/exec.Cmd](https://pkg.go.dev/os/exec#Cmd) that makes it safe and simple to run external commands in highly concurrent, asynchronous, real-time applications. It works on Linux, macOS, and Windows. Here's the basic usage:
97

108
```go
119
import (
@@ -114,12 +112,3 @@ In addition to 100% test coverage and no race conditions, this package is active
114112
## License
115113

116114
[MIT](LICENSE) © go-Cmd.
117-
118-
[goreport-img]: https://goreportcard.com/badge/github.com/go-cmd/cmd
119-
[goreport-url]: https://goreportcard.com/report/github.com/go-cmd/cmd
120-
[build-img]: https://app.travis-ci.com/go-cmd/cmd.svg?branch=master
121-
[build-url]: https://app.travis-ci.com/go-cmd/cmd
122-
[cover-img]: https://coveralls.io/repos/github/go-cmd/cmd/badge.svg
123-
[cover-url]: https://coveralls.io/github/go-cmd/cmd
124-
[godoc-img]: https://godoc.org/github.com/go-cmd/cmd?status.svg
125-
[godoc-url]: https://pkg.go.dev/github.com/go-cmd/cmd?tab=doc

0 commit comments

Comments
 (0)