index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
email
/
dkim
/
signature.go
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2023-11-07
email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digits
Shulhan
2023-09-11
email/dkim: realign struct for better size allocation
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-03-20
dkim: convert the expired time to UTC on error
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-02-15
email/dkim: fix warnings from linters
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-13
email/dkim: rename "verifyXxx" methods to "validateXxx"
Shulhan
2019-02-11
email/dkim: rename Verify method to Validate
Shulhan
2019-02-09
email/dkim: split parsing canonicalization value into its own functions
Shulhan
2019-02-09
email/dkim: various fixes with more unit tests
Shulhan
2019-02-07
email/dkim: implement public key lookup with DNS
Shulhan
2019-02-07
email/dkim: add type for query method that combine query type and option
Shulhan
2019-02-06
lib/email/dkim: new package for parsing and creating DKIM signature
Shulhan