摘要:
https://12factor.net/ The Twelve Factors I. Codebase One codebase tracked in revision control, many deploys II. Dependencies Explicitly declare and is 阅读全文
摘要:
1. Handler是什么? A Handler responds to an HTTP request. 这是源码中的注释,说的就是:一个Handler响应一个HTTP请求。 Handler的定义 type Handler interface{ ServerHTTP(ResponseWriter, 阅读全文