Posya
Posya
Pins and list of chats does not helps if you use chat list folders and view, for example, channels in another folder.
The same for me... Response body contains {"Reader":{}} Handler code: ```go buf := bytes.NewBufferString("some data") return &operations.GetOK{ Payload: io.NopCloser(buf), } ```
Hello! Any updates? Ready to send any details...
Hello! > Could you try using the latest version manually The same: ``` panic: expected type node root child, got nodeField (Config) goroutine 1 [running]: main.(*inspector).traverseAST(0xc00008fc60, 0xc000157200, {0xc0001209d0, 0x6}) /root/go/pkg/mod/github.com/g4s8/[email protected]/inspector.go:64...
Ok, I got a different result: File tree structure: ``` . ├── go.mod ├── go.sum ├── internal │ ├── config │ │ └── config.go │ ├── lifecycle │ │ └──...