Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 893 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 893 Bytes

Scaffold

This project for the moment is a scaffold for application development in go. I would like to program in go with the same agility that I program with other languages. With autowiring and even separating the infrastrcture from the business logic. This scaffold depends on my wiring library. So as you can see is an oppinionated project template for me.

Disclaimer

  • This is an opinionated scaffold. This is for MY personal projects and this don't try to replace any go standard or any idiomatic go recomendation/specification.

  • This is NOT a framework. It's a platform/protocol agnostic template for my projects.

Usage

It can be used as a project template or as a dependency. The prefered way is to use it as a project template.

Example usage

To see an example check the fiber_example