https://github.com/pjebs/go-skeleton
Skeleton Starting Project for web-based Go Applications (Laravel style)
https://github.com/pjebs/go-skeleton
api backend go golang laravel negroni web website
Last synced: about 2 months ago
JSON representation
Skeleton Starting Project for web-based Go Applications (Laravel style)
- Host: GitHub
- URL: https://github.com/pjebs/go-skeleton
- Owner: pjebs
- Created: 2017-06-21T03:35:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T10:45:39.000Z (over 7 years ago)
- Last Synced: 2025-03-18T20:54:06.675Z (about 2 months ago)
- Topics: api, backend, go, golang, laravel, negroni, web, website
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Starter Project for Web-based Go projects
===============I was an early-adopter of Go. After 5+ years of developing with Go, I have come up with this as an effective initial project structure. Many of my own real-world production projects are based on this structure. It is also great for "Hello World" learner projects.
It is heavily influenced by the PHP framework [Laravel](https://github.com/laravel/laravel).
Feel free to use it. The Licence is [WTFPL - Version 2](https://en.wikipedia.org/wiki/WTFPL#Version_2)
If you find the package useful, click on the **Star**.
Feel free to fork and create pull-requests. All contributions are greatly appreciated.