Michael Schaller
608ef60ecf
[Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.
2015-08-09 14:37:16 +02:00
Michael Schaller
85037c3a33
[Go] Updated the 'callback' and 'extend' examples to match the 'director' one.
...
After the documentation update on how to utilize the director feature with
commit @17b1c1c the 'callback' and 'extend' examples needed an update as well.
2015-08-09 14:37:16 +02:00
Michael Schaller
d9d26149e7
Some minor changes after first code review by ianlancetaylor.
...
Renamed overwritenMethodsOnFooBarAbs to overwrittenMethodsOnFooBarAbs.
Changed some line breaks.
2015-08-04 09:50:56 +02:00
Michael Schaller
e47d87e404
Fixed Examples/go/director/Makefile as there might be no copy of director.go during clean if a separate build directory is in use.
2015-08-04 09:34:26 +02:00
Michael Schaller
0db9a6ba7b
Fixed Examples/go/director/Makefile as the copy of director.go wasn't cleaned up in separate build directories.
2015-08-04 09:34:26 +02:00
Michael Schaller
afd6a55ce1
Fixed Examples/go/director/Makefile as director.go was missing in separate build directories.
2015-08-04 09:34:26 +02:00
Michael Schaller
a17c9727bd
Fleshed out Go's documentation about the director feature and added a director example.
...
Fixes issues #418 .
2015-08-04 09:34:26 +02:00