Skip to content

Commit

Permalink
Merge pull request #49 from smlx/goreport
Browse files Browse the repository at this point in the history
Add Go report card to README
  • Loading branch information
smlx committed Aug 21, 2021
2 parents 29dbaf4 + 7264e38 commit ef1a901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Tag and Release](https://github.com/smlx/piv-agent/workflows/Tag%20and%20release%20on%20merge/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/smlx/piv-agent/badge.svg?branch=main)](https://coveralls.io/github/smlx/piv-agent?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/smlx/piv-agent)](https://goreportcard.com/report/github.com/smlx/piv-agent)

## About

Expand Down
2 changes: 1 addition & 1 deletion internal/assuan/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Assuan struct {
hash []byte
}

// Occur handles an event occurence.
// Occur handles an event occurrence.
func (a *Assuan) Occur(e Event, data ...[]byte) error {
a.mu.Lock()
defer a.mu.Unlock()
Expand Down

0 comments on commit ef1a901

Please sign in to comment.