Closed reply2future closed 2 years ago
If I use the code of README.md, I found nothing would happen and output. Just because of the new http.Server(micro(fn)), it should remove the new http.Server()
new http.Server(micro(fn))
new http.Server()
Description
If I use the code of README.md, I found nothing would happen and output. Just because of the
new http.Server(micro(fn))
, it should remove thenew http.Server()