Documentation
¶
Overview ¶
Package cmd provides the top level commands for the application
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedStorage = errors.New("storage unsupported")
)
Sentinal errors
View Source
var Root = &cobra.Command{
Use: "x40.link",
Short: "Links for Skinks",
Long: `A short link service. Redirects users to longer links based on an
input code.
A secondary purpose of this application is to demonstrate that I (Andrew Howden)
can indeed write code. If prospective employers come looking, here's some
code!`,
}
Root is the root command for this program
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.