Denis Stanishevsky
Denis Stanishevsky
Or at least class name could be a suggestion for the name in the rename dialog
@voddan actually it's applicable not just for booleans, but for all literals. For example, here is a function call that you wrote 2.5 mo ago. ``` "abcd".regionMatches(/*ignoreCase*/ true, 1, "BC",...
Sometimes it helps to switch a tab back and forth, but sometimes it's not
1. Have Go installed 2. Download & extract the source code into folder 3. Open Terminal, and execute 4. `cd Path-To-Folder-Where-The-Source-Code-Extracted` 5. `echo "module github.com/kz26/gohls" > go.mod; go get github.com/kz26/m3u8;...