Use net/http implementation of ServeMux

This commit is contained in:
adnano
2020-09-28 03:15:19 -04:00
parent b9b299485e
commit 10760a256f
2 changed files with 288 additions and 91 deletions

View File

@@ -9,7 +9,6 @@ import (
"net"
"net/url"
"strconv"
"strings"
"time"
)