Takekazu Omi

Results 4 issues of Takekazu Omi

Example ``` use or use hoge ``` NOTE: Now don't support named parameter.

Context: https://go-tour-jp.appspot.com/methods/6 ## 翻訳 > メソッドがポインタレシーバである場合、呼び出し時に、変数、または、ポインタのいずれかのレシーバとして取ることができます ## 原文 >while methods with pointer receivers take either a value or a pointer as the receiver when they are called: ## 修正の提案 >...

認証情報の保存で https://github.com/progit/progit2-ja/blob/master/book/07-git-tools/sections/credentials.asc 下記のようになっていますが。 ``` $ git config --global credential.helper store --file ~/.my-credentials ``` シングルコートが必要で、下記が正しい ``` $ git config --global credential.helper 'store --file ~/.my-credentials' ``` 英語版は、このコミットで直している https://github.com/progit/progit2/commit/69e4e5b994294d56045e2dc2fbc7edc5c1651282

Use GitHub Action to push to powershell gallery at the time of release. https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release You will need to add some automated testing.