Built-in web server for - ListenAndServe
已回答
Hi there,
I would like to use the built-in web server for a listen and serve request. The source code (Golang) should send an http request to the built-in web server. An identical Json file should be sent permanently as a response.
Is that possible?
请先登录再写评论。
Hi,
It is possible. There are a few links that help you to get started:
I hope it helps.