diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ func main() { clog.Fatal(1, "Error while loading configuration file: "+err.Error()) } - go serve_imap() go serve_mx() deadlock := make(chan struct{}) |