mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-04 13:43:37 +03:00
Update proxy doc
This commit is contained in:
parent
1ca4dff942
commit
b5702f7953
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Short idea of implementation:
|
|||
|
||||
func (obj *Object) ObjDo(action string) {
|
||||
// Action handler
|
||||
fmt.Printf("I do, %s", action)
|
||||
fmt.Printf("I can, %s", action)
|
||||
}
|
||||
|
||||
type ProxyObject struct {
|
||||
|
@ -41,4 +41,4 @@ Short idea of implementation:
|
|||
```
|
||||
|
||||
## Usage
|
||||
For usage, see [observer/main.go](proxy/main.go) or [view in the Playground](https://play.golang.org/p/cr8jEmDmw0).
|
||||
For usage, see [proxy/main.go](proxy/main.go) or [view in the Playground]().
|
||||
|
|
Loading…
Add table
Reference in a new issue