Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
report card fixes (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey authored Sep 22, 2020
1 parent c59bdca commit 97fd30a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/libursa/ursa/ursa.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"unsafe"
)

//NewNonce creates a random nonce
func NewNonce() (string, error) {
var nonce unsafe.Pointer
defer C.free(nonce)
Expand All @@ -30,4 +31,4 @@ func NewNonce() (string, error) {
}

return C.GoString(d), nil
}
}

0 comments on commit 97fd30a

Please sign in to comment.