Skip to content

Commit

Permalink
docs: add more badges to README.md
Browse files Browse the repository at this point in the history
* pkg.go.dev
* Go report card
* Codecov.io
  • Loading branch information
odsod committed Jan 3, 2021
1 parent 9dfce27 commit 2a3a4f3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# :electric_plug: CAN Go [![PkgGoDev](https://pkg.go.dev/badge/go.einride.tech/can)](https://pkg.go.dev/go.einride.tech/can)
# :electric_plug: CAN Go

CAN toolkit for Go programmers.
[![PkgGoDev][pkg-badge]][pkg]
[![GoReportCard][report-badge]][report]
[![Codecov][codecov-badge]][codecov]

[pkg-badge]: https://pkg.go.dev/badge/go.einride.tech/can
[pkg]: https://pkg.go.dev/go.einride.tech/can
[report-badge]: https://goreportcard.com/badge/go.einride.tech/can
[report]: https://goreportcard.com/report/go.einride.tech/can
[codecov-badge]: https://codecov.io/gh/einride/can-go/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/einride/can-go

[doc-img]: https://godoc.org/go.einride.tech/can?status.svg
[doc]: https://godoc.org/go.einride.tech/can
CAN toolkit for Go programmers.

can-go makes use of the Linux SocketCAN abstraction for CAN communication.
(See the [SocketCAN][socketcan] documentation for more details).
Expand Down

0 comments on commit 2a3a4f3

Please sign in to comment.