DEV Community

Cover image for What are the best open source GoLang frameworks?
threadspeed
threadspeed

Posted on

What are the best open source GoLang frameworks?

#go

Golang is developed at Google. It was introduced in 2009. Golang has been proved as a static language yet it has great power of interfaces that are highly scalable.

Before working with frameworks, you should learn the basics of Go. Then you can import the framework you want and use it to build your apps.

Some frameworks include:

You can find a list of packages on this page.
To search packages you can use godoc

Top comments (0)