Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

go-tango/gos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Gos

Simple & Out-of-the-box Static File Web Server.

Usage

go get github.com/go-tango/gos
go install github.com/go-tango/gos

Run gos

gos

Help

gos -help
Usage of gos:
  -dir="./public": static dir path
  -exts="": filtered ext files will be supplied
  -listDir=false: if list dir files
  -listen=":8000": listen port
  -mode=0: run mode, 0: dev, 1: product
  -pass="": basic auth user password
  -user="": basic auth user name

Contact

Maintain by lunny

Releases

No releases published

Packages

No packages published

Languages