Skip to content

Commit

Permalink
named example properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Mar 28, 2024
1 parent 4791ad3 commit 700a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/certdb/certdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestRetrieve(t *testing.T) {

}

func ExampleConnection() {
func Example() {
db := new(certdb.CertificateRequests)
if err := db.Connect("./certs.db", "CertificateReq"); err != nil {
log.Fatalln(err)
Expand Down

0 comments on commit 700a1f4

Please sign in to comment.