Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4strodev/scaffold
- Owner: 4strodev
- Created: 2024-10-03T15:17:17.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T16:53:26.000Z (4 months ago)
- Last Synced: 2024-12-07T03:08:09.227Z (2 months ago)
- Topics: autowiring, backend, dependency-injection, go
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)