Changed Directory name of informations
This commit is contained in:
parent
c6f415f548
commit
44b912ed43
1 changed files with 1 additions and 1 deletions
19
Informations/Authors.go
Normal file
19
Informations/Authors.go
Normal 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",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in a new issue