command
module
Version:
v0.0.0-...-ea9a9e1
Opens a new window with list of versions in this module.
Published: May 1, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gowebapp
Simplistic Go Web App
Read about it here.
To install:
-
You need PostgreSQL, install it somehow, make an empty database
called gowebapp
. (Usually createdb gowebapp
on the command line is
all you need).
-
You need Go, preferably the latest version (1.8).
-
Now do this:
$ export GOPATH=~/go # optional, adjust as necessary
$ go get github.com/grisha/gowebapp
- That's it. You should now be able to run:
$ $GOPATH/bin/gowebapp
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.