Added & before cli flag

Added & before cli flag
This commit is contained in:
tsubasa 2020-02-11 15:12:31 +09:00 committed by GitHub
parent 7a5ed4801a
commit e5116c870d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,7 +668,7 @@ func main() {
app := cli.NewApp()
app.Flags = []cli.Flag {
cli.StringFlag{
&cli.StringFlag{
Name: "lang",
Value: "english",
Usage: "language for the greeting",