Browse Source

fixed typo, issue #27

tags/0.2
Xing Xing 10 years ago
parent
commit
3a5d89c67a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example/client/client.go

+ 1
- 1
example/client/client.go View File

@@ -40,7 +40,7 @@ func main() {
}
case client.WorkWarning:
fallthrough
case client.WorkDate:
case client.WorkData:
if data, err := resp.Update(); err == nil {
log.Printf("UPDATE: %V\n", data)
} else {


Loading…
Cancel
Save