partial
This commit is contained in:
@@ -3,7 +3,7 @@ package contact
|
|||||||
import (
|
import (
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"fmt"
|
"fmt"
|
||||||
"local/system/sysconf"
|
"gogs.inhome.blapointe.com/local/system/sysconf"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"net/smtp"
|
"net/smtp"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package contact
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"local/encryptor"
|
"gogs.inhome.blapointe.com/local/encryptor"
|
||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module local/sandbox/contact/contact
|
module gogs.inhome.blapointe.com/local-sandbox/contact/contact
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
|||||||
3
go.mod
Normal file
3
go.mod
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module gogs.inhome.blapointe.com/local-sandbox/contact
|
||||||
|
|
||||||
|
go 1.20
|
||||||
5
recv.go
5
recv.go
@@ -4,10 +4,11 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"local/args"
|
|
||||||
"local/sandbox/contact/contact"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"gogs.inhome.blapointe.com/local-sandbox/contact/contact"
|
||||||
|
"gogs.inhome.blapointe.com/local/args"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user