Closed slimsag closed 8 years ago
While using srclib-go output for something I am working on; I noticed that DefKeyword is set to an empty string for constants rather than what I would expect "const" -- is this the correct behavior?
"const"
Yeah, const seems like the right choice. Is this an issue in the Go stdlib libraries or something in srclib-go?
const
While using srclib-go output for something I am working on; I noticed that DefKeyword is set to an empty string for constants rather than what I would expect
"const"
-- is this the correct behavior?