Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4strodev/scaffold

Go project scaffold
https://github.com/4strodev/scaffold

autowiring backend dependency-injection go

Last synced: 13 days ago
JSON representation

Go project scaffold

Awesome Lists containing this project

README

        

# 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](https://github.com/4strodev/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](https://github.com/4strodev/fiber_example)