functions

The Fool guy's FAAS
git clone git://git.lair.cx/functions
Log | Files | Refs | README

cmd_server.go (120B)


      1 package main
      2 
      3 type ServerCmd struct {
      4 	Run ServerRunCmd `cmd:"" help:"Run the server."`
      5 }
      6 
      7 type ServerRunCmd struct {
      8 }