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
5
spec/fixtures/comment/var_input.go
vendored
Normal file
5
spec/fixtures/comment/var_input.go
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
func test() {
|
||||
var imAVar string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue