Home - lucasmenendez/shgf GitHub Wiki

Technical Reference

Read all the reference documents into GoDoc article.

Module installation

go get github.com/lucasmenendez/shgf	

You can import it like this:

import "github.com/lucasmenendez/shgf"

Documentation

  1. Server
    1. Initializing server
    2. Server configuration
  2. Routes
    1. Registering new routes
    2. Routes params
    3. Parsing route params
  3. Handlers
    1. Main Handler
    2. Middleware Handler
  4. Forms
    1. Parsing forms
  5. Static Files
    1. Serving a folder
    2. Serving a file