diff options
Diffstat (limited to 'internal/api/api.go')
| -rw-r--r-- | internal/api/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/api.go b/internal/api/api.go index 2dc965dc..db55ad4a 100644 --- a/internal/api/api.go +++ b/internal/api/api.go @@ -97,7 +97,7 @@ func Load(fsys fs.FS) (DB, error) { return vp.res, nil } -// parser parses $GOROOT/api/go*.txt files and stores them in in its rows field. +// parser parses $GOROOT/api/go*.txt files and stores them in its rows field. type parser struct { res DB // initialized lazily } |
