Changed Directory name of informations

This commit is contained in:
netbenix 2021-10-30 18:29:55 +02:00
parent c6f415f548
commit 44b912ed43

19
Informations/Authors.go Normal file
View file

@ -0,0 +1,19 @@
package Informations
import "github.com/urfave/cli/v2"
func GetAuthors() []*cli.Author{
return []*cli.Author {
{
Name: "netbenix",
Email: "netbenix@codenoodles.de",
},
{
Name: "virusbear",
},
{
Name: "maduut",
},
}
}