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

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)

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.