Initial scaffolding
This commit is contained in:
16
version/cmd.go
Normal file
16
version/cmd.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"gitlab.com/beeper/discord/consts"
|
||||
"gitlab.com/beeper/discord/globals"
|
||||
)
|
||||
|
||||
type Cmd struct{}
|
||||
|
||||
func (c *Cmd) Run(g *globals.Globals) error {
|
||||
fmt.Printf("%s %s\n", consts.Name, String)
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user