sourcegraph / lsif-go

Language Server Indexing Format (LSIF) generator for Go
https://lsif.dev/
MIT License
116 stars 20 forks source link

Replacing fmt.Sprintf with strconv.Itoa #205

Open drohnow opened 3 years ago

drohnow commented 3 years ago

This campiagn replaces fmt.Sprintf with strconv.Itoa

Created by Sourcegraph batch change david.rohnow/comby-go-fmt.