Skip to content

Commit

Permalink
fix #600 and fix #955
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice102 authored and ojwb committed Jun 16, 2017
1 parent 5679bce commit 5386bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/go/callback/gocallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ func DeleteGoCallback(p GoCallback) {
p.deleteCallback()
}

func (p *goCallback) Run() {
func (p *overwrittenMethodsOnCallback) Run() {
fmt.Println("GoCallback.Run")
}

0 comments on commit 5386bf2

Please sign in to comment.