8 lines
90 B
V
8 lines
90 B
V
module codewalker
|
|
|
|
pub struct Error {
|
|
pub:
|
|
message string
|
|
linenr int
|
|
category string
|
|
} |