Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootCmd = &cobra.Command{ Use: "WebMonitor", Short: "WebMonitor is a tool to monitor websites", Long: `WebMonitor is a tool to monitor websites. It will ping the websites and send a report by email.`, Run: func(cmd *cobra.Command, args []string) { log.Println("WebMonitor was developed by Matheus Araujo a.k.a. moohbr") }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.