han.go

command module
v0.0.0-...-5267458 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2016 License: MIT Imports: 9 Imported by: 0

README

han.go

Go networked application jumpstart.

Features

  • Basic home page. (done)
  • Static file serving. (done)
  • Basic login/logout components. (done)
  • Basic authentication and authorization components. (ongoing)
  • Simple signup component (w/out email verification).
  • User admin pages.
  • Data store connection/integration (MariaDB/MySQL for the moment).

Installation

Clone or download this repository.

Run

Run go run han.go in your shell. Then access http://localhost:5000 in your browser.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
_workspace/src/github.com/gorilla/securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
_workspace/src/github.com/gorilla/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
components

Jump to

Keyboard shortcuts

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