Software Alternatives, Accelerators & Startups

GitHub examples of Go that's written really well?

BoltDB Gin Gonic
  1. 1
    An embedded key/value database for Go. Contribute to boltdb/bolt development by creating an account on GitHub.

    #NoSQL Databases #Databases #Key-Value Database 14 social mentions

  2. Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. - ...
    Pricing:
    • Open Source
    I use https://github.com/gin-gonic/gin as a web framework (https://github.com/go-chi/chi and https://github.com/labstack/echo) and https://github.com/jmoiron/sqlx as a data base interaction library. As you implement the function you go look at the source code for the functions. Best way to learn the "community accepted structure" and you have the advantage of seeing the implementation of that code as well.

    #Web Frameworks #Go Lang #Go Web Framework 89 social mentions

Discuss: GitHub examples of Go that's written really well?

Log in or Post with