Update udphex.go
This commit is contained in:
parent
c74270c0fb
commit
d01b390baf
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
|||
package udphex
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
func boom() {
|
||||
func main() {
|
||||
target := os.Args[1]
|
||||
port := os.Args[2]
|
||||
conn, err := net.Dial("udp", target+":"+port)
|
||||
|
|
Loading…
Add table
Reference in a new issue