Revert package renaming

This commit is contained in:
Bernhard Froehlich
2018-12-29 13:08:10 +00:00
parent ade7cbca36
commit 3a96014c70
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"bufio"

View File

@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"flag"

View File

@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"crypto/tls"

View File

@@ -13,7 +13,7 @@
// Some external packages provide more functionality. See:
//
// https://godoc.org/?q=smtp
package smtprelay
package main
import (
"crypto/tls"