1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-09 19:29:27 +08:00

Merge pull request #78 from yuhki50/fix-cli

Remove broken parentheses
This commit is contained in:
Adrian Zankich 2014-07-14 06:52:55 -10:00
commit 69432625c0

View File

@ -159,7 +159,7 @@ func New{{.UpperName}}Driver(a *{{.UpperName}}Adaptor, name string) *{{.UpperNam
return &{{.UpperName}}Driver{
Driver: *gobot.NewDriver(
name,
"{{.Name}}.{{.UpperName}}Driver}}",
"{{.Name}}.{{.UpperName}}Driver",
a,
),
}