Skip to content

Commit

Permalink
Fix typo in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Mar 7, 2014
1 parent acd4aa1 commit bcca7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gobot/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ func (me *{{ .UpperName }}Adaptor) Reconnect() bool {
return true
}
func (me *{{ .Name }}Adaptor) Disconnect() bool {
func (me *{{ .UpperName }}Adaptor) Disconnect() bool {
return true
}
func (me *{{ .Name }}Adaptor) Finalize() bool {
func (me *{{ .UpperName }}Adaptor) Finalize() bool {
return true
}
`
Expand Down

0 comments on commit bcca7f9

Please sign in to comment.