Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 5f1063aa8361810006e73210

Satisfy the go linter

You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?

Start file
package vars

var (
	Version string
	Debug bool
)
End file
package vars

var (
	// Version TODO
	Version string
	// Debug TODO
	Debug bool
)

View Diff

3a4
> 	// Version TODO
4a6
> 	// Debug TODO

Solutions by @CdP60ouZ6hhcHMG:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @__dadav__

460 active golfers, 2341 entries

Solutions by @CdP60ouZ6hhcHMG:
20
#140 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 01:01PM

21
#>190 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:59PM

22
#>211 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:59PM

23
#>224 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:57PM

23
#>224 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:58PM

24
#>248 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:55PM

24
#>248 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:56PM

25
#>273 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:47PM

38
#>422 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 06:35AM

38
#>422 - 구이공 / @CdP60ouZ6hhcHMG

04/17/2022 at 12:34PM