Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
hakankpunkt authored Nov 9, 2018
1 parent 72b1de8 commit b5256be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signature.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const (
)

//
// Signature holds information about the request, API key, API Secret
// API key and API secret were provided by MYRA Security GmbH
// Signature holds information about the request, API key, API secret.
// API key and API secret were provided by Myra Security GmbH
//
type Signature struct {
secret string
Expand Down Expand Up @@ -59,7 +59,7 @@ func (s *Signature) Append() (*http.Request, error) {
}

//
// SigningString returns a string for the signature, formatted as described in the MYRA API documentation
// SigningString returns a string for the signature, formatted as described in the Myra API documentation
//
func SigningString(body string, method string, path string, date string) string {
return fmt.Sprintf(
Expand Down

0 comments on commit b5256be

Please sign in to comment.