Skip to content

Commit d7fcaa5

Browse files
committed
Added go report.
1 parent ee77dca commit d7fcaa5

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

README-zhHans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55
<a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66
<a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+
<a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78
<img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89
</p>
910

README-zhHant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55
<a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66
<a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+
<a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78
<img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89
</p>
910

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<img alt="app version" src="https://img.shields.io/github/v/release/mmq88/quickcerts"></img>
55
<a href="https://app.codecov.io/gh/mmq88/quickcerts"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/mmq88/quickcerts?logo=codecov&logoColor=%23F01F7A&label=codecov"></a>
66
<a href="https://github.com/mmq88/quickcerts/actions/workflows/codeql.yml"><img src="https://github.com/mmq88/quickcerts/workflows/CodeQL/badge.svg" alt="CodeQL status"></a>
7+
<a href="https://goreportcard.com/report/github.com/mmq88/quickcerts"><img src="https://goreportcard.com/badge/github.com/mmq88/quickcerts"></a>
78
<img alt="license" src="https://img.shields.io/github/license/mmq88/quickcerts"></img>
89
</p>
910

data/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func GetAllCerts() ([]model.Cert, error) {
250250
return certs, nil
251251
}
252252

253-
// Get avaliable S/N in the database.
253+
// Get available S/N in the database.
254254
func GetAvaliableSN() ([]string, error) {
255255
if db == nil {
256256
return nil, errors.New("currently not connecting the database")

0 commit comments

Comments
 (0)