Skip to content

gmonnerat/go-web-application-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-web-application-skeleton

This is my skeleton to start developing Web Applications with Golang.

I use echo, HTTP server framework, and go-bindata for embedding binary data in a Go program.

With this, I have my application in one file.

Usage

$ git clone https://github.com/gmonnerat/go-web-application-skeleton.git $GOPATH/src/github.com/gmonnerat/myapp
$ cd $GOPATH/src/github.com/gmonnerat/myapp
$ make
$ fresh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published