Documentation ¶
Overview ¶
Package serve implements the "shrt serve" command
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &base.Command{
Run: runServe,
Name: "serve",
Usage: "shrt serve URL",
ShortHelp: "serve requests",
LongHelp: `Serve serves HTTP requests.
Shrt listens and serves shortlinks and go-get requests on the provided
URL. The only recognized scheme is http.
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.