edit l16.go
This commit is contained in:
parent
0336583932
commit
6db7059a31
2 changed files with 3 additions and 3 deletions
|
|
@ -22,8 +22,8 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func main() {
|
||||
http.HandleFunc("/", handler)
|
||||
err := http.ListenAndServe(":2345", nil)
|
||||
http.HandleFunc("/VSZw5p9vwaCxQgU/", handler)
|
||||
err := http.ListenAndServe(":23455", nil)
|
||||
if err != nil {
|
||||
log.Fatalf("%v\n", err)
|
||||
}
|
||||
|
|
|
|||
BIN
go/output/l16
BIN
go/output/l16
Binary file not shown.
Loading…
Reference in a new issue