partial
This commit is contained in:
@@ -3,7 +3,7 @@ package contact
|
||||
import (
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
"local/system/sysconf"
|
||||
"gogs.inhome.blapointe.com/local/system/sysconf"
|
||||
"log"
|
||||
"net"
|
||||
"net/smtp"
|
||||
|
||||
@@ -3,7 +3,7 @@ package contact
|
||||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"local/encryptor"
|
||||
"gogs.inhome.blapointe.com/local/encryptor"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module local/sandbox/contact/contact
|
||||
module gogs.inhome.blapointe.com/local-sandbox/contact/contact
|
||||
|
||||
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"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"local/args"
|
||||
"local/sandbox/contact/contact"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"gogs.inhome.blapointe.com/local-sandbox/contact/contact"
|
||||
"gogs.inhome.blapointe.com/local/args"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user