web_server

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package web-server has the commands for web server

Index

Constants

This section is empty.

Variables

View Source
var WebServerCmd = &cobra.Command{
	Use:   "web-server",
	Short: "Web-server code management",
	Long:  `Web server boilerplate code creation is done from this command`,
	Run: func(cmd *cobra.Command, args []string) {
		err := cmd.Help()
		if err != nil {
			fmt.Println(err)
			os.Exit(1)
		}
		os.Exit(0)
	},
}

WebServerCmd for the web sevrer related web starter boilerplate code

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL