mattn

Results 918 comments of 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

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. ![image](https://user-images.githubusercontent.com/10111/175800357-dedc289d-99c9-48dc-9c5d-de75ee92f5f3.png) ![image](https://user-images.githubusercontent.com/10111/175800352-e0a53a4b-475a-4182-b46c-e23785ac6c0f.png) ```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`.