mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add * import
This commit is contained in:
@@ -36,10 +36,8 @@ func readFile(path string) []UNPARSEcode {
|
||||
// optionally, resize scanner's capacity for lines over 64K, see next example
|
||||
output := []UNPARSEcode{}
|
||||
line := 1
|
||||
textOutput := []string{}
|
||||
for scanner.Scan() {
|
||||
text := scanner.Text()
|
||||
textOutput = append(textOutput, text)
|
||||
output = append(output, UNPARSEcode{text, text, line, path})
|
||||
line++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user