Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 471 Bytes

Overview

Gosoline is our framework which fuels all of our Golang applications. Internally, we're using a lot of established Go libraries like Viper, Gin, Gorm, etc. and put it together into a framework to build wep apis and microservice based backend applications. Despite the fact that we already use it in production, the current state should be considered as an early alpha. Main things to come in the next weeks:

  • more tests
  • GoDoc
  • overall documentation