This is a created article in which the information may have evolved or changed.
The Go application scenario is applied more in the background and can also be used to develop the web. Both the net and the Net/http modules are used in the background and the web, while the development of the Web requires html/template modules. Of course, the actual use of html/template can meet a lot of requirements, but if you need rapid and convenient development, you can also use the web framework for faster development. It is recommended to use the BEEGO framework developed by our countrymen.
For Go web development, the simplest is to use HTTP. Handlefun () provides Web location, HTTP. The Listenandserve () function opens the Web service. When it comes to HTML pages, you need to use the Html/template module, and of course, use Html/template with text/template in use. Html/template can be used to insert the code of Go in HTML, this is the most important to note
Not completed