1
0
Fork 0
mirror of https://github.com/tmrts/go-patterns.git synced 2025-04-03 13:13:34 +03:00
This commit is contained in:
Adrian Tam 2017-07-21 04:17:51 +00:00 committed by GitHub
commit d09b1b5752

View file

@ -18,7 +18,7 @@ Short idea of implementation:
action string
}
// ObjDo implements IObject interface and handel's all logic
// ObjDo implements IObject interface and handles all logic
func (obj *Object) ObjDo(action string) {
// Action behavior
fmt.Printf("I can, %s", action)