Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 287 Bytes

Serve

An HTTP server for serving static files.

go run github.com/chrisdoherty4/serve@latest

Flags

  -a string
        The address to listen on. (default ":8080")
  -d string
        The directory to serve files from. (default ".")
  -s    Silence server logging.