Skip to content

Instantly share code, notes, and snippets.

@ehudthelefthand
Created December 21, 2019 13:48
Show Gist options
  • Save ehudthelefthand/effd5f66c40870afcf35603416b27820 to your computer and use it in GitHub Desktop.
Save ehudthelefthand/effd5f66c40870afcf35603416b27820 to your computer and use it in GitHub Desktop.
type Server {
e: *echo.Echo
// เพิ่ม shared dependencies
// ไว้ต่อจากนี้ครับ
// ..
}
func (s *Server) ServeHTTP(w http.ResponseWriter, req *http.Request) {
e.ServeHTTP(w, r)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment