Merge lp://staging/~dave-cheney/pyjuju/go-state-machine-string into lp://staging/pyjuju/go
Proposed by
Dave Cheney
Status: | Merged |
---|---|
Approved by: | Gustavo Niemeyer |
Approved revision: | 196 |
Merged at revision: | 202 |
Proposed branch: | lp://staging/~dave-cheney/pyjuju/go-state-machine-string |
Merge into: | lp://staging/pyjuju/go |
Diff against target: |
24 lines (+6/-1) 1 file modified
state/machine.go (+6/-1) |
To merge this branch: | bzr merge lp://staging/~dave-cheney/pyjuju/go-state-machine-string |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+108077@code.staging.launchpad.net |
Description of the change
state: add Machine.String()
This proposal allows state.Machine to fulfil the Stringer
interface so it is capable of printing itself in a way that
is not dependant on it's internal represntation.
To post a comment you must log in.
LGTM
https:/ /codereview. appspot. com/6257072/