mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 10:10:39 -06:00
Removed test email
This commit is contained in:
parent
2c524fe980
commit
d3afa597d6
|
@ -20,7 +20,6 @@ type Server struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
Send("test body")
|
|
||||||
// Grab command line arguments
|
// Grab command line arguments
|
||||||
ipFlag := flag.String("ip", "127.0.0.1", "IP address to receive traffic from")
|
ipFlag := flag.String("ip", "127.0.0.1", "IP address to receive traffic from")
|
||||||
portFlag := flag.String("port", "8080", "Port to receive traffic from")
|
portFlag := flag.String("port", "8080", "Port to receive traffic from")
|
||||||
|
|
Loading…
Reference in a new issue