chyroc
chyroc
使用异步
show return http response body simple code ```go resp = http.Do() return { body: resp.Body } ```
bug code: ```go package main import ( "fmt" "github.com/looplab/fsm" ) func main() { fsm := fsm.NewFSM( "idle", fsm.Events{ {Name: "scan", Src: []string{"idle"}, Dst: "scanning"}, }, fsm.Callbacks{ "after_scan": func(e *fsm.Event) {...
* [x] simple string * [x] blob string * [x] simple error * [x] blob error * [x] number * [x] null * [x] boolean * [ ] verbatim string...
2022/02/24 17:07:56 Error in call to API function "files/upload": HTTP header "Dropbox-API-Arg": client_modified: time data '2022-02-24T16:50:46.921728694+08:00' does not match format '%Y-%m-%dT%H:%M:%SZ'  should format as '%Y-%m-%dT%H:%M:%SZ'