goboilerplate

command module
v0.0.0-...-06363a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2013 License: MIT Imports: 7 Imported by: 0

README

Go Boilerplate

A boilerplate for developing web applications using Go.

The boilerplate contains a basic directory structure and also include support for LESS CSS + JS pre-compilation using Grunt.

Directory Structure

  • app (Used to store global information about the application)
  • config (Used to store the application configuration)
  • controllers (Application logic/Handles requests)
  • models (Contains structs that can be stored in a DB)
  • repositories (Contains code used to connect to the DB)
  • static (CSS,JS,etc)
  • util (Utility code)
  • views (Templates)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL