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

View File

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

View File

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

View File

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

View File

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