2
0
forked from drew/smtprelay

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
+1 -1
View File
@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"bufio"
+1 -1
View File
@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"flag"
+1 -1
View File
@@ -1,4 +1,4 @@
package smtprelay
package main
import (
"crypto/tls"
+1 -1
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"