# A Comparison of Go Web Frameworks

DevFeed: [A Comparison of Go Web Frameworks](<https://devfeed.tech/articles/a-comparison-of-go-web-frameworks-15465.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/a-comparison-of-go-web-frameworks>)

Author: Square Engineering

Published: 2014-05-22T16:06:00Z

Content type: comparison

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [Web](<https://devfeed.tech/topics/web.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [comparison](<https://devfeed.tech/tags/comparison.md>), [dependency-injection](<https://devfeed.tech/tags/dependency-injection.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [go](<https://devfeed.tech/tags/go.md>), [http](<https://devfeed.tech/tags/http.md>), [performance](<https://devfeed.tech/tags/performance.md>), [regex](<https://devfeed.tech/tags/regex.md>), [routing](<https://devfeed.tech/tags/routing.md>), [standard-library](<https://devfeed.tech/tags/standard-library.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

The article compares Go web frameworks evaluated by Square and recommends starting with the net/http package in Go's standard library. It also recommends Gorilla and Gocraft/web for request routing, while finding that Revel and Martini use more dependency injection and magic than the authors prefer.

## Source excerpt

We're evaluating each popular Go framework to see which is the best fit for us.