Skip to content

Commit

Permalink
Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted
Browse files Browse the repository at this point in the history
util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
  • Loading branch information
ahmetb committed Feb 2, 2015
2 parents acc54a2 + 30c4704 commit 24f03c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/storage/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func (c StorageClient) computeHmac256(message string) string {
}

func currentTimeRfc1123Formatted() string {
const dateLayout = http.TimeFormat // reuse from net/http package
return timeRfc1123Formatted(time.Now().UTC())
}

Expand Down

0 comments on commit 24f03c1

Please sign in to comment.