feat(comment): add comment on a variable
This commit is contained in:
parent
9bffa2c212
commit
094afb2c21
7 changed files with 45 additions and 0 deletions
6
spec/fixtures/comment/svar_output.go
vendored
Normal file
6
spec/fixtures/comment/svar_output.go
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package main
|
||||
|
||||
func varTest() {
|
||||
// s
|
||||
s := "something"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue