Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format: reformat code with go 1.17 | Robin Jarry | 2021-12-11 | 1 | -1/+2 |
| | | | | | | | | There was a change in how build tags are formatted. Use this as new reference. Link: https://go.dev/doc/go1.17#gofmt Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | imap: fix build on macos | Robin Jarry | 2021-12-11 | 1 | -0/+11 |
Fix the following build error on mac os: worker/imap/worker.go:368:29: undefined: syscall.TCP_KEEPCNT worker/imap/worker.go:376:29: undefined: syscall.TCP_KEEPINTVL These symbols are not defined on darwin. Fixes: 5dfeff75f368 ("imap: add tcp connection options") Signed-off-by: Robin Jarry <robin@jarry.cc> |