mattn
mattn
Hmm, at least, same result in go1.18.
I'll make this changes again.
https://github.com/golang/go/issues/51082 gofmt is changed
Reverted format
I can squash this changes. Do you want?
Thank you. still f is possibly be null. Is this better? ```typescript const f = this.frames.shift!(); ```
I know another issue that occur errors when client is closed. Will it be fixed by the change? I implemented Go client generated from greeter.proto by protoc.   ```go...
Hmm, @kien seems not actively. I don't mind to work for ctrlp.vim if someone want to use ctrlp.vim. But I want to hear him that he want that ctrlp.vim will...
@gaving probaly, you don't know how ctrlp is conservative plugin. This is one of reason that I use ctrlp and reason of that I don't use unite.vim .
This is example app that can be built with static/non-static. https://github.com/mattn/wikigo When built with `go build -tags static`, wikigo include assets. assets.go is generated by go-assets-builder with `-t static`.