Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
adds a top level package doc (#1357)
Browse files Browse the repository at this point in the history
* adds a top level package doc

* silly godoc rules

* lower case buffalo in doc
  • Loading branch information
markbates authored Oct 8, 2018
1 parent 3ceb2bc commit 2365c0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buffalo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Package buffalo is a Go web development eco-system, designed to make your life easier.
Buffalo helps you to generate a web project that already has everything from front-end (JavaScript, SCSS, etc.) to back-end (database, routing, etc.) already hooked up and ready to run. From there it provides easy APIs to build your web application quickly in Go.
Buffalo **isn't just a framework**, it's a holistic web development environment and project structure that **lets developers get straight to the business** of, well, building their business.
*/
package buffalo

0 comments on commit 2365c0c

Please sign in to comment.